>> Isn't it bad for SVN to move its working-directory special files around? I'm
>> not so familiar with Subversion, but copying a working directory that way
[quoted text clipped - 9 lines]
> Alice, and the second working copy the one of Bob, Alice and Bob
> working concurrently on the same project using SVN.
That doesn't answer my question.
I was asking about the direct copy of the directory, not about multiple
working directories.
Of course I'm familiar with having multiple working copies from version
control, only I use the v.c. product to create those copies. I am wondering
if it's safe to copy them without mediation by the v.c.

Signature
Lew
Jean-Baptiste Nizet - 27 Sep 2007 14:47 GMT
> >> Isn't it bad for SVN to move its working-directory special files around? I'm
> >> not so familiar with Subversion, but copying a working directory that way
[quoted text clipped - 18 lines]
> control, only I use the v.c. product to create those copies. I am wondering
> if it's safe to copy them without mediation by the v.c.
Yes, it's safe. You'll just have a second working copy, in exactly the
same state as the first one.
A SVN working copy is just a bunch of directories, each directory
having a .svn subdirectory which indicates where the directory comes
from (URL), the revision of each file it contains, the modifications/
additions/removals that have not yet been committed, etc. Copying the
directory to another location is perfectly safe.
JB.