Welcome, Guest
Please Login or Register.    Lost Password?

CVS: invalid line endings
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: CVS: invalid line endings
#909
CVS: invalid line endings 1 Year, 7 Months ago Karma: 0
Hi,


In CVS at sourceforge you don't seem to set (if at all possible) that .gz and so on are binary files. This way a lot of the pictures and sources get messed up checking out on a windows computer.

Could you look into that?


Thanks
Steven Van Ingelgem
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/02/03 08:12 By g00fy.
The administrator has disabled public write access.
 
#911
Re:CVS: invalid line endings 1 Year, 7 Months ago Karma: 28
Hi,

gif files where already treated as binary.

Code:


# Image files
*.gif -k "b"
*.bmp -k "b"
*.png -k "b"
*.avi -k "b"

# Sound files
*.mp3 -k "b"
*.wav -k "b"

# Special java files
*.class -k "b"
*.zip -k "b"
*.jar -k "b"

# Photoshop files
*.psd -k "b"

# The Gimp files
*.xcf -k "b"




ADDED:

Code:


# Others
*.cab -k 'b'
*.doc -k 'b'
*.dll -k 'b'
*.exe -k 'b'
*.exp -k 'b'
*.gz -k 'b'
*.jpg -k 'b'
*.jpeg -k 'b'
*.lib -k 'b'
*.msi -k 'b'
*.mso -k 'b'
*.pfw -k 'b'
*.ppt -k 'b'
*.sit -k 'b'
*.tar -k 'b'
*.tlb -k 'b'
*.vsd -k 'b'
*.xls -k 'b'
*.wmz -k 'b'
*.pdf -k 'b'



B0zz
Owl DEV Team
Moderator
Posts: 2225
graph
User Offline Click here to see the profile of this user
Gender: Male b0zzit Location: Ottawa, Ontario, Canada
The administrator has disabled public write access.
 
#922
Re:CVS: invalid line endings 1 Year, 7 Months ago Karma: 0
I think you need to re-upload all the binary files after you did those changes. A lot of the tools and the gif files in there are still treated as text.
Steven Van Ingelgem
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#924
Re:CVS: invalid line endings 1 Year, 7 Months ago Karma: 28
Hi,

I'm not going to do that right now. If you absolutely need the stuff in cvs, and you can't check it out with A Linux machine, let me know and I'll tar it up for you.

B0zz
Owl DEV Team
Moderator
Posts: 2225
graph
User Offline Click here to see the profile of this user
Gender: Male b0zzit Location: Ottawa, Ontario, Canada
The administrator has disabled public write access.
 
Go to topPage: 1

Ad Block