[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion, decentralized version control, and the future.

From: Karl Fogel <kfogel_at_red-bean.com>
Date: 2007-07-03 05:38:29 CEST

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.