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

Re: .svn directories (no doubt) revisited

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-11-17 02:36:39 CET

On Nov 16, 2006, at 19:30, Ryan Schmidt wrote:

> On Nov 16, 2006, at 18:02, Tim Hill wrote:
>
>> Have you tried this?
>>
>> svn co http://server/repo/foo -N
>> cd foo
>> svn co http://server/repo/foo/bar
>>
>> These commands work, but you actually have a broken working copy.
>> You will *not* get the same as:
>>
>> svn co http://server/repo/foo
>>
>> What happens is "foo" contains no record of "bar", so you end up
>> with a messed-up disjoint working copy.
>
> No, I don't use svn co -N. Yes, using it in the way you've
> described will result in weirdness. Don't do it that way. To
> accomplish what I think you want, the correct commands are:
>
> svn co http://server/repo/foo -N
> up foo

Sorry, that was all kinds of wrong; let's try again:

To accomplish what I think you want, the correct commands are:

svn co http://server/repo/foo -N
cd foo
svn up bar

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 17 02:37:20 2006

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

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