Re: Unable to check out project
From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Mon, 2 Feb 2009 14:15:05 -0600
On Feb 2, 2009, at 01:47, davidgould_at_davidgould.com wrote:
>> for example dguid.py and dgUID.py. Is that the case (no pun intended)
You'll need to remove or rename one of the files.
You can use "svn cat <URL_TO_FILE>" to examine each file's contents
You can use "svn mv <URL_TO_FILE> <NEW_URL_TO_FILE>" to rename one
Or you can use "svn rm <URL_TO_FILE>" to remove one.
> Is there a way to have subversion work with Windows in a case-
Renaming a file with only a case change is problematic on case-
"svn mv <URL_TO_FILE> <NEW_URL_TO_FILE>"
Then, anyone updating their working copy with this change may
Therefore the best strategy is to decide before you "svn add" a file
To prevent this situation from arising in the future, install a pre-
See also the FAQ entry for this problem:
http://subversion.tigris.org/faq.html#case-change
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.