Re: wondering what this means.. new-born has disappeared

2005-06-05 Thread Alex Liberman
ok, I was using -D where I should have used -r, works now :D On Sun, Jun 05, 2005 at 10:18:03PM -0700, Alex Liberman wrote: > hello, > > after adding, checking in, and tagging msnicons.xml I am now unable > to get to it with an export, although luckily am able to retrieve >

wondering what this means.. new-born has disappeared

2005-06-05 Thread Alex Liberman
hello, after adding, checking in, and tagging msnicons.xml I am now unable to get to it with an export, although luckily am able to retrieve using a normal checkout. Any ideas on this one? $ cvs export -Dr2 sip\ plugin/msnicons.xml cvs export: warning: new-born sip plugin/msnicons.xml has disapp

Re: have finished reading http://cvsbook.red-bean.com/cvsbook.html however, ..

2005-05-30 Thread Alex Liberman
ok, calmed down, re-read: http://cvsbook.red-bean.com/cvsbook.html#Examining%20And%20Reverting%20Changes and good to go :D On Mon, May 30, 2005 at 07:00:55PM -0700, Alex Liberman wrote: > My reading comprehension of it must be < 100%, because > when I tried the following, > >

have finished reading http://cvsbook.red-bean.com/cvsbook.html however, ..

2005-05-30 Thread Alex Liberman
My reading comprehension of it must be < 100%, because when I tried the following, 1. edit hello.c, add some experimental stuff 2. do a cvs commit of above, it tells me version is now 1.2 from 1.1 3. I revert back to non-experimental version of hello.c like so, cvs update -r 1.1 hello.c 4. put