Bubble Foundry


Posts tagged with: SVN

Repairing SVN Working Copies
Unfortunately an all too common problem with Subversion is accidentally deleting the .svn directory used to track changes on a working copy. The accepted solution seems to be to check out to somewhere else the directory to which .svn belongs and then copy the new .svn directory into where the working copy’s should have been. […] Read more – ‘Repairing SVN Working Copies’.