When does svn co -N make sense?
From: <junkio_at_cox.net>
Date: 2003-06-03 02:26:58 CEST
Please bear with some background before my real question.
I have three projects a, b, and c under /trunk/ of my
I could do this:
laptop$ svn co http://server/svn/trunk/ .
and later I could run "svn update b" to get it back.
But this forces me to check out 'b', which could be huge, first.
I could do:
laptop$ svn co http://server/svn/trunk/a a
But this does not let me say "svn st" to remind me that I have
Now the real question.
I thought I could do the following to achieve what I want
laptop$ svn co -N http://server/svn/trunk/ .
I am reading this output as "the directory (trunk) checked out
Is there way to make this behave better (the definition of
---------------------------------------------------------------------
|
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.