RE: How remove case 'duplicate' files from
From: Bob Archer <bob.archer_at_amsi.com>
Date: Wed, 16 Dec 2009 12:08:47 -0500
> Hi,
You have to rename one of the files using svn mv command. On windows I find the easiest way to do this is using the Repository Browser from TortoiseSVN.
But, with the command line I think you have to do something like:
svn mv FileName.txt filename_old.txt
Or you can just delete the offending file using:
svn del ^/path/to/filethatiswrong.txt
BOb
------------------------------------------------------
Please start new threads on the <users_at_subversion.apache.org> mailing list.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.