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

RE: Subversion working copy not updating properly

From: Probin, Rob <rob.probin_at_honeywell.com>
Date: Wed, 24 Jun 2009 17:46:43 +0200

Some has said to me that Subversion 1.6.3 can still cause problems. In
my experience partial update bugs are definitely a problem in the real
world. Recursion depth is a nice feature but checking everything out
reliably is much more important! If it is still a problem, it needs to
be fixed.

The work around for a broken directory:

TortoiseSVN:
        * Right click to 'Update to Revision...'
        * Select 'Head'
        * Select 'Fully Recursive'

I suspect the command line equivalent would be (but I haven't tested
this):
        svn update path_to_wc -r HEAD --force --set-depth infinity

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2364990

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-24 17:48:18 CEST

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.