Tagged Questions
The working-copy tag has no wiki summary.
21
votes
6answers
10k views
[Git]How can I make my local repository available for git-pull?
I have a working copy repository that I've been working in no problem; the origin for this repository is on GitHub.
I'd like to make my working copy repository available as the origin for my build ...
15
votes
1answer
4k views
SVN - Change working copy to point at new svn path
I've got a SVN Repository that has moved to a new address/path. However, I've got a working copy with uncommitted source code still pointing to the old (now invalid) repository path. How do you change ...
15
votes
10answers
45k views
SVN - Not a working copy error
I'm pulling my hair out on this one.
I have a site which is version controlled using Subversion. I use aptana (eclipse, subclipse) to do the svn. I have been checking in and out files, updating etc ...
11
votes
1answer
2k views
How do I Determine SVN Working Copy Layout Version?
For example, the SVN 1.5 client has one layout for Working Copies, and the SVN 1.6 client has a different layout. I understand that the layout automatically gets upgraded when it gets touched by a ...
9
votes
1answer
3k views
git status shows modifications, git checkout — <file> doesn't remove them
I would like to remove all changes to my working copy.
Running 'git status' shows files modified.
Nothing I do seems to remove these modifications.
E.g.:
rbellamy@PROMETHEUS /d/Development/rhino-etl ...
9
votes
8answers
3k views
SVN: one working copy, two repositories?
I'd like to know how can I set two repositories for my one working copy. I need one repository in my server, so that I can check in/out between two pcs; I need another repository in my local pc, so ...
8
votes
5answers
3k views
What is a working copy and what does “switching” do for me in Tortoise SVN?
Alright, lets get back to SVN 101.
I have a software app and I've hit an important milestone, version 2.0.
I decided I want to tag this version as "Version-2.0" so I have this named snapshot. I ...
7
votes
2answers
392 views
How can I remove the working copy from a Mercurial clone?
When cloning a repository with mercurial you can pass the -U/--noupdate flag to create a clone with no working copy. Can I remove the working copy if I forget to pass this flag at clone time? And if ...
5
votes
4answers
1k views
SVN - When you tag a working copy is it still a cheap copy?
Using Subversion, in my working copy I make a minor modification (update a version number). I would then like to tag my working copy. Would this tag still be a cheap copy with the modification, or ...
5
votes
6answers
2k views
How to convert an existing directory to an Svn WC w/o replacing local files?
I have a large Subversion repository with nearly 15gb of data spread across ~500,000 files. Now I need to checkout this repository to a remote host which would take days to complete.
The host I'm ...
4
votes
2answers
964 views
Svn log - svn: '.' is not a working copy
I'm getting "svn: '.' is not a working copy" when i use the svn log command.
I know that i need a working copy for the log command to work but can this be done directly on a repository?
My goal is ...
3
votes
1answer
72 views
SVN: How to automagically remove the Working Copy but preserve ignored items?
I currently have a Working Copy with two branches in it:
/Source
/Source/v1.2
/Source/v1.3
I want to delete this and instead only check out the branch I need (i.e. go one level down the directory ...
3
votes
7answers
11k views
Try to svn checkout, but get: svn: '.' is already a working copy for a different URL
I'm trying to svn checkout into my public_html folder, but I get this error:
svn: '.' is already a working copy for a different URL
My brother already set up a boiler plate site for me, but I've ...
2
votes
1answer
59 views
Remove working copy with TortoiseHg
When I clone a repository I have the choice of "Do not update the new working directory", which can be nice if I just want a copy of the repo without all the files.
If I did not check that when I ...
2
votes
1answer
2k views
return subversion working copy to an old revision
I had some problems with my subversion server and i had to restore it from backup but it is an older one.
For example i have the server at revision 400 but my working copy is at 405.
How can i get my ...
2
votes
4answers
311 views
How do I copy my entire working copy between hard drives?
Whenever I try to copy an entire working copy using simple drag and drop between two computers (e.g. from an old computer to a new one, or from one VM to another) in order to avoid having to ...
1
vote
1answer
55 views
Switch working copy directory without updating
Scenario: Repository structure changed from /trunk/ to /projectName/trunk/ and the local copy is outdated and has a lot of modifications.
Question: How can I update the working copy directory path ...
1
vote
1answer
407 views
Gitolite local working copy for Apache DocumentRoot
I have a system setup with git and gitolite. All is working well, except I want my structure to be like this:
Local Environment -> Development Server -> Production Server
I have a repo setup on the ...
1
vote
3answers
380 views
How to replace a directory in a SVN repository without breaking anything
I need to replace a directory in my SVN repository on the production server, but am not sure of the correct way to do this without breaking anything. The directory being replaced is a third-party ...
1
vote
0answers
47 views
SVN: log of the update operations in the working copy
I just have updated the live working copy of the our repo, and I want to revert this change. The problem is that I don't know what was the working revision before the update, and there were so many ...
1
vote
4answers
270 views
How can I “svn delete” a folder and then add a folder with same name?
I wrote a deployment tool for my own programs based on SQL and Subversion.
I'm able to create different versions of applications and store them with Subversion while the information for those is ...
1
vote
2answers
191 views
Subclipse- update working copy
I work on my school projects on two machines- my laptop and desktop. Recently I've started using subclipse for version control, and have it plugged in Eclipse on both machines.
While working on a ...
1
vote
3answers
934 views
SVN: merge local changes into other working copy
I have two working copies of the same project, each switched to a different branch. Is it possible to merge local changes in one project to the other working copy?
1
vote
3answers
170 views
SVN: How to fill a new repo with a working copy
I have a working copy checked out, and a new empty repository.
How can I fill that new repository using the working copy?
I don't have access to the original SVN.
I could delete all .svn dirs and do ...
1
vote
3answers
509 views
SVN checkout browser
I've been looking all over for a SVN browser. Now I'm not talking about anything like WebSVN or TRAC, I don't want to browse the repository; I want to browse the checkout.
I'm looking for a program ...
1
vote
2answers
244 views
How to synch an existing SVN repository?
I recently had to reinstall subversion on my hosting account. The repository I had setup is no longer considered working copy by the new SVN install. How can I added this repository back in to svn? I ...
0
votes
1answer
21 views
Switch working copy to a branch without commiting to the original location
I have a slight problem with SVN:
I added some new folders and files to my working copy and wanted to commit those new elements to a developer branch instead of to the real location implied by the ...
0
votes
1answer
53 views
Checkout repository to existing working copy in Cornerstone 2?
I have several remote repositories that I have been previously working with using Versions for OS X. I am thinking about moving to Cornerstone 2 and am currently evaluating it, and I want add all my ...
0
votes
1answer
52 views
Subclipse: Remove File from Repository without deleting local copy
How do I do this in Subclipse:
svn rm --keep-local file
0
votes
2answers
69 views
svn - compare working copy with specific repository [closed]
Possible Duplicate:
SVN diff across 2 different repositories
How can I compare a working copy with a repository different than the one which the working copy is associated?
I need this ...
0
votes
2answers
3k views
svn: warning: '.' is not a working copy
On a server, I used the svn import command to put files into SVN.
I checked the files out to my local machine, made some changes and then committed back.
Now I want to update the server copy of ...
0
votes
2answers
147 views
svn: turn exported tree into working copy
In order to quickly deploy our app to a new remote server, we exported our branch to a local directory, zipped it, then unzipped it on the new server.
Now, we want to turn that exported copy (which ...
0
votes
4answers
93 views
TortoiseSVN: Show status of multiple working folders in parent folder
I have repository configured like this:
\Util_1
\branches
\tags
\trunk
\Util_2
\branches
\tags
\trunk
...
Now, on my local disk i have:
\dev
\Utils
\Util_1
\Util_2
In ...
0
votes
1answer
319 views
Create a tag / branch from local working copy using SVN
I have a Nant script which updates a directory with the latest source code (checked out from the svn repository), then updates Assembly Info and a few other files and does some builds.
I want the ...
0
votes
2answers
129 views
How to show any working copy folders in effect for a subversion project?
I am new to SVN and I've poked around looking for an answer on this but I haven't found it yet so here goes:
Using TortoiseSVN, I bring up the REPO browser and navigate to the root of the repository ...