Verb Commands line....(jCVS)

2000-10-15 Thread pilvis
I try to open(in jCVS) doc-file (microsoft word), and I write verb commands line: doc.open or .doc.edit and command line: "D:\Program Files\Microsoft Office\Office\Winword.exe"$FILE Why this doesn't work What I have to write in this verb commands line that I can open or edit different files

Verb Commands line.... (jCVS)

2000-10-15 Thread pilvis
I try to open(in jCVS) doc-file (microsoft word), and I write: doc.open or .doc.edit and command line: "D:\Program Files\Microsoft Office\Office\Winword.exe"$FILE Why this doesn't work Thanks...:)Päivi ___ Info-cvs mailing list [EMAIL PROTECTED

updates to vss2cvs.pl (VSS to CVS conversion perl script)

2000-10-15 Thread Laine Stump
I've spent some time in the last few weeks hacking at Jerry Nairn's vss2cvs.pl script (and a bit on massagecomments.pl), and have made some changes that I think others will find useful while converting from VSS to CVS. You can find my modified versions at: http://www.laine.org/cvs/vss2cvs

Re: cvs login failure

2000-10-15 Thread Luke Kendall
> > Luke Kendall writes: > > > > CVSROOT set to :pserver:luke@localhost:/home/mantovani/cvs-archive > > Started ssh, so now you need to cvs login: > > (Logging in to luke@localhost) > > CVS password: > > cvs [login aborted]: authorization failed: server localhost rejected acc

Re: Not a CVS questions but a SW configuration question!

2000-10-15 Thread James Youngman
Annette Waters <[EMAIL PROTECTED]> writes: > Sorry if this is not the place to ask this but here goes: :<) > > I am looking for a matrix or tree structure for release numbering schemes. > i.e, > three different products that have > 1) developers version number > 2) Configuration management buil

Re: cvs add

2000-10-15 Thread James Youngman
"Derek R. Price" <[EMAIL PROTECTED]> writes: > Benjamin Balagot wrote: > > > add: wccp_util.c added independently by second party > > > > Does anybody know what this means? > > It means that a file with the same name was added to the same branch and > committed from a different workspace. > >

Re: CVS Merge Algorithm

2000-10-15 Thread Noel L Yap
AFAIK, CVS uses diff3. For example, when merging two versions, it just: ( diff3 -E to_version ancestor from_version; echo w; echo q; ) | ed - to_version I may have gotten some details mixed up, so experiment. Noel [EMAIL PROTECTED] on 2000.10.13 19:14:08 To: [EMAIL PROTECT

Re: Edit comments?

2000-10-15 Thread Noel L Yap
I can easily see some people wanting the edit comment appended to the checkin comment. Maybe this should be an option? Which behaviour should be the default? Does anyone volunteer to code this up? I can lend some assistance in where to make code changes, but I don't have time to make them. No