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

Re: Is it possible to do a "partial" or a filtered checkout

From: Tor Ringstad <tor.ringstad_at_tandberg.net>
Date: 2005-07-11 20:32:30 CEST

> The solution here is to not check out dir2 in the first place,
> i.e. instead of your initial
> svn co file:///c:/svn/Repositories/Test/trunk SVNTest
> you would do a
> svn co -N file:///c:/svn/Repositories/Test/trunk SVNTest
> cd SVNTest
> svn update dir1

Nope! The "-N" option is broken, and won't work as well as you wish.
It may seem to work for a short while, but then suddenly the wc will
blow up in your face.

This is a well documented bug (issue #695) that has existed for
several years:

  http://subversion.tigris.org/issues/show_bug.cgi?id=695

If you, against my belief, are able to get the "-N" option to work in
any kind of seemingly reliable way, I'd be very interesting in hearing
what your typical work-flow is like.

- Tor Ringstad -

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 11 20:36:29 2005

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.