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

Migrating repository from Windows to UNIX and eol-style

From: Joe <dev_at_freedomcircle.net>
Date: 2006-06-28 23:00:19 CEST

Hi,

I'm trying to migrate some source code repositories that were created on
Windows XP to FreeBSD. The svnadmin dump and load work well, but in the
dump file, the source files end up with visible CRs at the end of each
file and when I checkout the individual files from BSD, they also
contain CRs. If possible, I'd like to remove the CRs in the migration
and not have to do a massive revision at either end. I've read the
discussion in the Subversion book about svn:eol-style and I was hoping
that by setting svn:eol-style to LF on the Windows side I could do have
the svnadmin dump eliminate the CRs. However, it seems that propset
only works on client files, in other words I can't do

svn propset svn:eol-style LF c:/path/to/repos

Any suggestions? If it makes any difference, I have svn 1.2.3 on
Windows and 1.3.2 on FreeBSD [no, it's not a typo].

Joe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 28 23:04:29 2006

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.