On Jul 30, 2010, at 03:30, Bert Huijben wrote:
> All 'svn' operations normalize the casing of passed filenames to their
> on-disk casing on case insensitive systems. (I'm not 100% sure if this works
> this way on Mac/OS, but it does on Windows
>
> So if there is some 'aLIGN.c' on disk and you pas
Hi Bert,
I think I tried 'svn status' before. It didn't help me because I couldn't
understand what it showed. But I have sloved this problem by renaming one of
the files through urls. Thank you for your suggestion.
Di
Bert Huijben-5 wrote:
>
>
>
> All 'svn' operations normalize the casing
> -Original Message-
> From: Di Hu [mailto:d...@purdue.edu]
> Sent: vrijdag 30 juli 2010 3:34
> To: users@subversion.apache.org
> Subject: Re: Help: svn: Working copy 'XXXX//XXX' locked
>
>
> Hi Ryan:
>
> Thanks for your suggestion. I did
Hi Ryan:
The problem has been sloved. I am profoundly grateful.
Di
Ryan Schmidt-75 wrote:
>
>
> On Jul 29, 2010, at 21:11, Di Hu wrote:
>
>> I tired to rename one of the files via direct repository URLs. But still
>> failed. The checkout command is "svn checkout
>> svn://prometheus.ecn.pu
On Jul 29, 2010, at 21:11, Di Hu wrote:
> 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
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/svnre
On Jul 29, 2010, at 20:34, Di Hu wrote:
> And I could see both Align.c and align.c
> after using "svn ls".
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
Hi Ryan:
Thanks for your suggestion. I did use "svn add align.c" sometime before. But
I don't know if subversion thinks Align.c is called align.c. I tried "svn
rm align.c", but nothing happend. And I could see both Align.c and align.c
after using "svn ls". I also tried to commit after "removing"
On Jul 29, 2010, at 16:04, Di Hu wrote:
> I have some problems in using svn commands. I think this is because I have
> some file which have same names but in different cases(such as align.c and
> Align.c).
>
> I tried to delete one of the files, and got:
> Hu-DimatoMacBook-Pro:reconstruction3d d