0

For various reasons, I need to separate the repository from the working copy onto separate drives, though allow push/pulls to still function normally.

Is this possible in Git?

Is this possible in SVN?

If both- is one more easy-to-do this with than the other?

Just getting started with this, thanks in advance

davidkomer
  • 3,020
  • 2
  • 23
  • 58

1 Answers1

2
Community
  • 1
  • 1
miku
  • 181,842
  • 47
  • 306
  • 310
  • hmmm, any tips on how to do each of these with SourceTree (git) and TortoiseSVN (svn) ? – davidkomer May 22 '13 at 18:43
  • @davidkomer, sorry, I never used those GUIs. – miku May 22 '13 at 18:44
  • @davidkomer It's not something you _do_ in Subversion; the repository is _always_ distinct from the working copy. (Note however that Subversion always has working copy metadata (`.svn`) in each working copy directory, which is unavoidable and might be something you also don't want.) – Kevin Reid May 22 '13 at 21:21