[cvsnt] Re: commit followed by a tag
Matt Schuckmann
matthew_schuckmann at amat.com
Fri Feb 4 23:17:55 GMT 2005
Ok so it looks like it works for you but it still doesn't work for me, I get
the following message
cvs commit -f -B test_bug -m "" logdisplay.cpp
commit: invalid option -- B
Usage: cvs commit [DnRlf] [-B bug | -b bug ] [-m msg | -F logfile] [-r rev]
file
s...
-b bugid Only commit files related to bug (implies -B).
-B bugid Mark files with bug.
-c Check for valid edits before committing.
-D Assume all files are modified.
-F logfile Read the log message from file.
-f Force the file to be committed; disables recursion.
-n Do not run the module program (if any).
-l Local directory only (not recursive).
-m message Log message.
-R Process directories recursively.
-r branch Commit to specific branch or trunk.
(Specify the --help global option for a list of other help options)
I'm running cvsnt
Client: Concurrent Versions System (CVSNT) 2.0.58d (client/server)
Server: Concurrent Versions System (CVSNT) 2.0.58d (client/server)
The client is running on a windows XP system and the server is on a Windows
2000 system.
What version(s) are you running?
Thanks
Matt S.
"Tony Hoyle" <tmh at nodomain.org> wrote in message
news:cu0ueh$qus$1 at paris.nodomain.org...
> Matt Schuckmann wrote:
> > I can't get cvs commit -b or commit -B to work at all
> > It seems to accept cvs edit -b but I can't see in any where in the the
log
> > where this bugid has been assigned to to the file/revision.
>
> When you commit something which has been edited using cvs edit then the
> bugid gets assigned to the revision (that was the original usage of bug
> identifiers but they've been improved since).
>
> > How do you see what bug id's are on what files revisions?
>
> cvs log will show them.
>
> > How are you supposed to use bugid's, maybe I'm missing something, is
there
> > some speacial setup I'm supposed to do?
>
> Not really... I have to admit I've not used them as I don't work that way.
>
> > Is this a new feature of cvsnt?
> > Does anybody use it?
>
> I'm not sure if anyone uses it yet... it's fairly new.
>
> > It would be nice not to have to the edit command to assign a bug id.
>
> Commit should work:
>
> D:\t>cvs commit -f -B test_bug -m "" q.txt
> Checking in q.txt;
> /repo/test/q.txt,v <-- q.txt
> new revision: 1.40; previous revision: 1.39
> done
> D:\t>cvs log -r1.40 q.txt
> RCS file: /repo/test/q.txt,v
> Working file: q.txt
> head: 1.40
> branch:
> locks: strict
> access list:
> symbolic names:
> ASDF: 1.28
> branch1: 1.3.2.4.0.2
> b1: 1.3.0.2
> keyword substitution: o
> total revisions: 44; selected revisions: 1
> description:
> ----------------------------
> revision 1.40
> date: 2005/02/04 22:50:03; author: tmh; state: Exp; lines: +1 -1;
> kopt: kv;
> commitid: ba44203fc1b3d62; filename: q.txt; bugid: test_bug;
> *** empty log message ***
>
============================================================================
=
> D:\t>cvs up -B test_bug -j HEAD q.txt
> (actually this hives no output, for fairly obvious reasons!)
>
> Tony
More information about the cvsnt
mailing list