You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by SteveKing <st...@gmx.ch> on 2003/08/07 16:36:58 UTC

[PATCH] Issue 1296

Hi,

I reopened the issue today because it wasn't fixed for 
path->path exports, just for url->path exports. 
This patch fixes Issue 1296 (--overwrite/--force option for svn export)
also for path->path exports.

I hope someone has the time to review the patch soon since
it's only a small one and issue 1296 bothered me for some
time now...

Stefan


Log-Message:

Fix issue 1296 also for path->path exports.
* /subversion/libsvn_client/export.c
  copy_versioned_files(): added "force" parameter and
    don't error out if a directory already exists.
  svn_client_export(): pass the "force" parameter to 
    copy_versioned_files() too.


Re: [PATCH] Issue 1296

Posted by cm...@collab.net.
"SteveKing" <st...@gmx.ch> writes:

> Hi,
> 
> I reopened the issue today because it wasn't fixed for 
> path->path exports, just for url->path exports. 
> This patch fixes Issue 1296 (--overwrite/--force option for svn export)
> also for path->path exports.
> 
> I hope someone has the time to review the patch soon since
> it's only a small one and issue 1296 bothered me for some
> time now...

I'm on it now.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org