Hi Ryan: I tired to rename one of the files via direct repository URLs. But still failed. The checkout command is "svn checkout svn://prometheus.ecn.purdue.edu/RAID2/Users/garciagroup/svnrepos/reconstruction3D". So I think the URLs is "svn://prometheus.ecn.purdue.edu/RAID2/Users/garciagroup/svnrepos/reconstruction3D/Align.c". Am I right? Then I got this:
Hu-DimatoMacBook-Pro:reconstruction3d dhu$ svn mv svn://prometheus.ecn.purdue.edu/RAID2/Users/garciagroup/svnrepos/reconstruction3D/Align.c svn://prometheus.ecn.purdue.edu/RAID2/Users/garciagroup/svnrepos/reconstruction3D/align_new.c svn: Could not use external editor to fetch log message; consider setting the $SVN_EDITOR environment variable or using the --message (-m) or --file (-F) options svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR are set, and no 'editor-cmd' run-time configuration option was found Is just deleting both file easier? If it is, would you please tell me how to do that? I can add the files again after deleting them. Thank you. Di Ryan Schmidt-75 wrote: > > > Ah, ok, that is a problem then. As you probably know, the Mac's default > filesystem is case-insensitive, while Subversion repositories are > case-sensitive. And your repository seems to think there are two files in > it whose names differ only in case, which is of course a situation that > then cannot be correctly represented on your Mac's filesystem. > > Is it your intention to delete just one of these files (either Align.c or > align.c), or both of them? I recommend you do whatever it is via direct > repository URLs, not in a working copy. > > See this FAQ entry for more: > > http://subversion.apache.org/faq.html#case-change > > > > -- View this message in context: http://old.nabble.com/Help%3A-svn%3A-Working-copy-%27XXXX-XXXX-XXX%27-locked-tp29300593p29302286.html Sent from the Subversion Users mailing list archive at Nabble.com.
