You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by John Szakmeister <jo...@szakmeister.net> on 2004/10/06 02:14:32 UTC

[PATCH] Fix 'svn export -rBASE' bug

Hey Guys,

It's been a while since I've done some Subversion development, so I 
decided to indulge myself after a change in jobs.

Here's a patch to fix the case when a file/directory has been added to the 
working copy and 'svn export -rBASE' is run on it.  It would attempt to 
export the new files even though they didn't exist in the base revision.  
This patch fixes that problem.

I'm posting it here for review, since I haven't committed anything in 
quite some time.

-John