[BUG?] svn add doesn't recognize if a directory already contains a .svn subdirectory.
From: <makl_at_tigris.org>
Date: 2004-02-25 19:31:20 CET
I think the add should fail instead of overwriting and ignoring existing
$ svn --version
$ svnadmin create test
$ svn co file:///g:/repos/test wc1
$ mkdir wc1\dir1
$ type wc1\dir1\.svn\entries
$ svn add wc1\dir1
$ dir /b wc1\dir1\.svn
$ type wc1\dir1\.svn\entries
---------------------------------------------------------------------
|
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.