Garance A Drosihn <drosih@rpi.edu> writes:
>>We also have to be faster. Fortunately, we've pretty much agreed,
>>IIRC, that we're willing to punt on subdirectory detachability in
>>working copies in order to get performance improvements.
>
> What is meant by "subdirectory detachability"? Just curious. I
> didn't see it mentioned in the book on subversion I have, and
> google doesn't want to help me with a likely reference...
$ svn checkout http://svn.collab.net/repos/svn/trunk/ svn-src
$ cd svn-src
$ mv notes www ..
$ cd ..
$ rm -rf svn-src
$ cd notes
$ svn info | grep URL
URL: http://svn.collab.net/repos/svn/trunk/notes
### Yup, it's a working copy. ###
$ cd ../www
$ svn info | grep URL
URL: http://svn.collab.net/repos/svn/trunk/www
### Yup, this is a working copy too. ###
$
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 3 05:38:21 2007