Top "Working-copy" questions

SVN upgrade working copy

I cannot do a SVN commit. I get this error: org.apache.subversion.javahl.ClientException: The working copy needs to …

svn version working-copy
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 …

git revert git-status working-copy
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 …

svn path working-copy
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 …

svn aptana working-copy
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 …

git pull git-pull working-copy
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 …

svn working-copy
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 …

svn svn-checkout working-copy
Is it safe to delete the contents of .svn/pristine?

I'm working with a large application I've checked out from my repository, the bulk of this app is in the .…

svn working-copy
What is a working copy and what does "switching" do for me in Tortoise SVN?

I have a software app and I've hit an important milestone, version 2.0. I decided I want to tag this version …

svn tortoisesvn working-copy svn-switch
How do I determine the 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 …

svn working-copy