Roundcube Community Forum

SVN Releases => Issues & Bugs => Resolved => Topic started by: tdeath on July 20, 2006, 04:26:58 PM

Title: SVN issue
Post by: tdeath on July 20, 2006, 04:26:58 PM
I'm using tortoiseSVN to checkout 276, I'm saving it from a winxp client -> to a mapped network samba drive, and for some reason the characters "^M" are appended to every line in every file, any idea why this is happening?

Jeremy

tdeath[at]uniksystems.com

Title: Re: SVN issue
Post by: yllar on July 20, 2006, 04:51:49 PM
thats windows lineend ( CR LF ) unix uses LF and mac CR

http://trac.roundcube.net/trac.cgi/wiki/Dev_SVN should help you little bit to use your linux box to get svn
Title: Re: SVN issue
Post by: tdeath on July 21, 2006, 12:17:10 AM
Well it's a freebsd box, is there an svn client available?

Jeremy
Title: Re: SVN issue
Post by: yllar on July 21, 2006, 01:17:48 AM
yes, subversion is also for bsd if you have ports installed you can
Code: [Select]
cd /usr/ports/devel/subversion && make install clean
Title: Re: SVN issue
Post by: tdeath on July 21, 2006, 08:43:27 AM
woohoo got her up and running, greatly appreciated.

Jeremy
Title: Re: SVN issue
Post by: flosoft on July 28, 2006, 06:14:20 PM
Moving to resolved.