Re: Unix/Windows CR/LF Problems

2001-12-11 Thread Antonio Bemfica
I've had some of the same problems - I know now that line endings are something to be very careful about (I enforce them with commitinfo now). Here are a few scripts I used to clean up my code (some files had lone LF endings, of all thing...) - modify them to suit your needs. I initially

Re: giving up CVS

2001-09-17 Thread Antonio Bemfica
I am afraid you did not get my point. But then again, this seems to be a common occurrence on this thread. A. On Sat, 15 Sep 2001, Kaz Kylheku wrote: In article [EMAIL PROTECTED], Antonio Bemfica wrote: On Fri, 14 Sep 2001, Greg A. Woods wrote: [...] Whatever you say, buddy. Very

Re: giving up CVS

2001-09-15 Thread Antonio Bemfica
On Fri, 14 Sep 2001, Greg A. Woods wrote: [...] Whatever you say, buddy. A. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: giving up CVS

2001-09-14 Thread Antonio Bemfica
From section 1.1 of Cederqvist: 1.1 What is CVS? CVS is a version control system. The concurrent part is a bonus (which does not apply to jpg files). Using CVS to record different versions of jpg files seems like a suitable use of CVS to me. Antonio On Fri, 14 Sep 2001,

Re: giving up CVS

2001-09-14 Thread Antonio Bemfica
is a suitable tool for the job. A. On Fri, 14 Sep 2001, Greg A. Woods wrote: [ On Friday, September 14, 2001 at 11:15:40 (-0400), Antonio Bemfica wrote: ] Subject: Re: giving up CVS From section 1.1 of Cederqvist: 1.1 What is CVS? CVS is a version control system. Bogus attempts

Re: Cleaning CRLFs from repository text files

2001-06-18 Thread Antonio Bemfica
Yes, I tried and it didn't work - which does not not mean it doesn't work at all (it should work, some people say...), it just means that I gave up after a while and just fixed the problem files on checked-out copies and recommitted them (I only had so much time to throw at this glitch). Antonio

Re: cvs server not translating line endings correctly

2001-04-05 Thread Antonio Bemfica
On Thu, 5 Apr 2001, David H. Thornley wrote: [...] BTW, this will leave a bunch of ,v files in the repository with the ^Ms on them. If I were to run some sort of ^M-removing script on them, should they be perfectly usable afterwards? Are there things to watch for that I wouldn't notice

Re: [OT] bug tracking systems

2001-02-27 Thread Antonio Bemfica
Keystone is a very good issue tracking system. It is Open Source and uses MySQL and PHP. You can check it out at http://keystone.whitepj.net/ - WhitePJ recently acquired it from Stonekeep Consulting (www.stonekeep.com) Antonio On Tue, 27 Feb 2001, schmolle wrote: Hi list, [Robert Pollak]

Re: Partial unsubscribe?

2000-09-22 Thread Antonio Bemfica
I use procmail to filter my messages and eliminate duplicates. I found that mailing list administrators often cannot respond as fast as users would like to problems such as the one info-cvs is having now (assuming this problem is with the list, not e-groups as suggested). A. On Fri, 22 Sep

CVS versus MKS (or should I avoid moving to MKS?)

2000-09-12 Thread Antonio Bemfica
Hello I currently use CVS for our projects - we have 9 modules, about 9300 files, close to 80Mbytes in total (mostly .jsp and .java files). We don't do much in-house development, but quite a bit of bug fixing and minor improvements. Most of the new development is done offsite for us - the code