[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Cant' checkout repo under cygwin (Microsoft doesn't like filenames )

From: Atwood, Robert C <r.atwood_at_imperial.ac.uk>
Date: 2007-10-09 20:35:24 CEST

Hi. I have a repository that contains some .c and some .C files. I
cannot checkout under Cygwin, I guess due to Microsoft Windows not
recognizing a difference between the file names. Is there a way within
svn to globally rename .C to .cxx in the repository for all
tags/branches/etc? Or a SVN way to get around this, even skip the subdir
read_phase_diag and get the rest of the project checked out? Like a
--force or --keep-going option for checkout?

Thanks

$ svn co http://my_repository/branches/ca_rob_devel/casource ./ca_devel

A ca_devel/read_phase_diag/maketernary.c
A ca_devel/read_phase_diag/make_structure_output.h
A ca_devel/read_phase_diag/Makelib
...

A ca_devel/read_phase_diag/maketernary.C
A ca_devel/read_phase_diag/vec.h
...

svn: In directory 'ca_devel/read_phase_diag'
svn: Can't move source to dest
svn: Can't move
'ca_devel/read_phase_diag/.svn/tmp/prop-base/maketernary.C.svn-base' to
'ca_devel/read_phase_diag/.svn/prop-base/maketernary.C.svn-base': No
such file or directory

rcatwood@raptor /cygdrive/f/ca_working
$

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 9 20:44:54 2007

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.