Tagged Questions

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 ...
7
votes
2answers
449 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 ...
4
votes
2answers
1k 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 ...
1
vote
3answers
447 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 ...
0
votes
1answer
81 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
77 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
4answers
98 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 ...