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

[PATCH] svn_load_dirs should check for existing .svn directories

From: Jay Levitt <lists-svndev_at_shopwatch.org>
Date: 2005-10-15 03:00:07 CEST

[[[

svn_load_dirs should check for existing .svn directories

Patch by: Jay Levitt <jay@jay.fm>
Suggested by: Ryan Schmidt <subversion-2005@ryandesign.com>

The existence of .svn directories practically guarantees the failure
of svn_load_dirs, since they will be from some repository or directory
other than the one we're about to create. This patch checks for .svn
directories, writes their paths to stdout, and aborts the import if
any are found.

* subversion/contrib/client-side/svn_load_dirs.pl.in
  (svn_dirs_present): New function.
 
]]]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 15 03:00:52 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.