info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ignore resources which had been committed?


From: Hans Schwaebli
Subject: Re: Ignore resources which had been committed?
Date: Wed, 21 Mar 2007 03:22:03 -0700 (PDT)

Hi,
 
here the information:
Client: Concurrent Versions System (CVS) 1.11.2 (client/server)
Server: Concurrent Versions System (CVS) 1.11.5 (client/server)
 
Concerning the commands used: The ones which Eclipse 3.2.2 uses... Besides that, we have to use the CVS version which Eclipse supports. The people at Eclipse don't seem to agree with the latest CVS developments.
 
I look at this from being an Eclipse user, if you know what I mean. No command line perspective. If I would now check
 
To exclude Eclipse from being the reason for this, I used a new workspace, but the problems remained. It is not possible for me to purge this information that it has been checked in once.
 
Here the Eclipse info if it helps. I think I cannot provider more info, because I already used a lot of time to trace this problem without success.
 
***
cvs version
    Concurrent Versions System (CVS) 1.11.2 (client/server)
ok (took 0:00.031)
***
***
cvs add "/Test/src/test/xfolder"
    Directory \CVSREP/Test/src/test/xfolder added to the repository
ok (took 0:00.297)
***
***
cvs add -kkv "/Test/src/test/xfolder/xfile.txt"
    cvs server: scheduling file `src/test/xfolder/xfile.txt' for addition
    cvs server: use 'cvs commit' to add this file permanently
ok (took 0:00.125)
***
***
cvs ci -m -l "/Test/src/test/xfolder/xfile.txt"
    RCS file: \CVSREP/Test/src/test/xfolder/xfile.txt,v
    done
    Checking in src/test/xfolder/xfile.txt;
    \CVSREP/Test/src/test/xfolder/xfile.txt,v  <--  xfile.txt
    initial revision: 1.1
    done
ok (took 0:00.250)
***
I deleted xfolder and checked it in:
***
cvs ci -m -l "/Test/src/test/xfolder/xfile.txt"
    Removing src/test/xfolder/xfile.txt;
    \CVSREP/Test/src/test/xfolder/xfile.txt,v  <--  xfile.txt
    new revision: delete; previous revision: 1.1
    done
ok (took 0:00.188)
***
Then I created the xfolder again and wanted to ignore it. But Eclipse does not allow me to ignore it, but to commit it. So I created a .cvsignore file and added "xfolder". But Eclipse didn't ignore it. I was able to commit it:
***
cvs add -kkv "/Test/src/test/xfolder/xfile.txt"
    cvs server: re-adding file src/test/xfolder/xfile.txt (in place of dead revision 1.2)
    cvs server: use 'cvs commit' to add this file permanently
ok (took 0:00.062)
Error: The following warnings were reported while performing the "cvs add" command.
   Error: Test: cvs server: re-adding file src/test/xfolder/xfile.txt (in place of dead revision 1.2)
***
***
cvs ci -m -l "/Test/src/test/xfolder/xfile.txt"
    Checking in src/test/xfolder/xfile.txt;
    \CVSREP/Test/src/test/xfolder/xfile.txt,v  <--  xfile.txt
    new revision: 1.3; previous revision: 1.2
    done
ok (took 0:00.125)
***


Spiro Trikaliotis <address@hidden> wrote:
Hello,

* On Wed, Mar 21, 2007 at 02:17:03AM -0700 Hans Schwaebli wrote:

> I cannot ignore resources which had been committed once, no matter
> what I try.
>
> After I commited a file, I deleted it and committed the deletion. Then
> I ignored that file. But CVS ignored the ignore entry. So I deleted
> the file on the CVS machine the hard way. It didn't help.

I cannot believe it did not help. Could you please tell the exact
commands you used to do this?

BTW: Which version of CVS do you use (on server and client)? The output
of "cvs version" might be helpful.

Best regards,
Spiro.

--
Spiro R. Trikaliotis http://opencbm.sf.net/
http://www.trikaliotis.net/ http://www.viceteam.org/


_______________________________________________
info-cvs mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/info-cvs


Never miss an email again!
Yahoo! Toolbar
alerts you the instant new Mail arrives. Check it out.


Food fight? Enjoy some healthy debate
in the Yahoo! Answers Food & Drink Q&A.
reply via email to

[Prev in Thread] Current Thread [Next in Thread]