Re: Checksum mismatch on checkout

2017-03-31 Thread markus27183
Try deleting all projects that reference the project you want to checkout as
externals from your filesystem

This worked for me



--
View this message in context: 
http://subversion.1072662.n5.nabble.com/Checksum-mismatch-on-checkout-tp90972p198782.html
Sent from the Subversion Users mailing list archive at Nabble.com.


RE: How to checkout only the changes

2017-03-31 Thread Andrew Reedick

> -Original Message-
> From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] 
> Sent: Thursday, March 30, 2017 3:41 PM
> To: Andrew Reedick
> Cc: horst.schl...@gmx.de; users@subversion.apache.org
> Subject: Re: How to checkout only the changes
>
> 'vsvn diff --summarize' or 'svn log -qv' would be better.  (They're O(1) as 
> opposed to O(revision size).)


Unfortunately, neither one differentiates between directories and filenames 
(unless you go with --xml.)  And exporting a dir will grab a bit more than what 
we wanted.  Unless of course the contents of new directories count as changes.  
Which would be a requirements question for the OP.