From: Dave M. <da...@mi...> - 2006-02-08 02:42:19
|
Guys, I downloaded your compressed archive, to my XP system, but I didn't have a utility that could handle .bz2 files. I got a copy of QuickZip, but it extracted the files into *.java,v files which don't run well. (yes, the comma and v are in the file names!) What are you using to pack and unpack these files? Dave. |
From: brett l. <wak...@gm...> - 2006-02-08 03:05:37
|
That is, in fact, the correct extension because it's just a raw backup of the CVS repository filesystem. For checking the files out of CVS, Sourceforge has a pretty decent how-to written up. Eclipse has a handy CVS plug-in. For Windows, there's WinCVS or the Cygwin utilities as well. Or, you can just do a quick n' dirty mass renaming from the command line to remove the ",v". ---Brett On 2/7/06, Dave Mitton <da...@mi...> wrote: > Guys, > I downloaded your compressed archive, to my XP system, but I didn= 't > have a utility that could handle .bz2 files. > > I got a copy of QuickZip, but it extracted the files into > *.java,v files which don't run well. (yes, the comma and v are in > the file names!) > > What are you using to pack and unpack these files? > > Dave. > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi= les > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat= =3D121642 > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > |
From: John A. T. <ja...@ja...> - 2006-02-08 03:08:45
|
brett lentz wrote: >Or, you can just do a quick n' dirty mass renaming from the command >line to remove the ",v". > > That won't compile, since the RCS file format (which is what CVS uses to store individual files) contains a bunch of meta information and the entire revision history of the file -- just renaming it won't change it into a flat java file of the most recent version. You really should just use CVS to check it out directly from Sourceforge. -- John A. Tamplin ja...@ja... 770/436-5387 HOME 4116 Manson Ave Smyrna, GA 30082-3723 |
From: Dave M. <da...@mi...> - 2006-02-08 03:50:18
|
On 2/7/2006 10:12 PM, John A. Tamplin wrote: >brett lentz wrote: > >>Or, you can just do a quick n' dirty mass renaming from the command >>line to remove the ",v". >> >That won't compile, since the RCS file format (which is what CVS >uses to store individual files) contains a bunch of meta information >and the entire revision history of the file -- just renaming it >won't change it into a flat java file of the most recent version. > >You really should just use CVS to check it out directly from Sourceforge. > >-- >John A. Tamplin ja...@ja... >770/436-5387 HOME 4116 Manson Ave > Smyrna, GA 30082-3723 Arggh... I guess that mutates the question to one of the best free Windows CVS utility? GUI preferred. (the system I was trying to load this on already has ClearCase and Perforce) Dave. |
From: John A. T. <ja...@ja...> - 2006-02-08 05:59:27
|
On Tue, 7 Feb 2006, Dave Mitton wrote: > Arggh... I guess that mutates the question to one of the best free Windows > CVS utility? > GUI preferred. > > (the system I was trying to load this on already has ClearCase and Perforce) I don't know if those have CVS support, but he mentioned several options earlier in his message. If you are going to be working on Rails, I suggest getting Eclipse installed. I have never tried it on Windows but I can't imagine it would be too difficult. -- John A. Tamplin ja...@ja... 770/436-5387 HOME 4116 Manson Ave Smyrna, GA 30082-3723 |
From: Jeffrey B. M. <mc...@br...> - 2006-02-08 14:28:10
|
On Tue, Feb 07, 2006 at 10:47:58PM -0500, Dave Mitton wrote: >=20 > Arggh... I guess that mutates the question to one of the best free=20 > Windows CVS utility? > GUI preferred. Snort. If you don't want one integrated with Eclipse or anything, get http://www.tortoisecvs.org It is a set of shell extensions for Windows. Sourceforge has instructions directly about toroise on its site, also. Jeff --=20 ---------------------------------------------------------------------------- Computer Science is as much about computers as astronomy is about telescopes -- Edsger Wybe Dijkstra (1930-2002) ---------------------------------------------------------------------------- |