Hi Cvs Experts... Is there any restriction on the number of module entries that we can give in the /CVSROOT/loginfo file to send mails to the Users. It works...
5406
Bo Berglund
bosse3r
May 30, 2002 10:53 am
The loginfo file contains a number of active lines and each starts with a regular expression. Here is how that works: (From Karl Fogel's book): "The regular...
5407
Jean-Michel POURE
jm.poure@...
May 30, 2002 11:50 am
... I registered with email and did not receive a user/password. Therefore, I cannot view previous post. Yahoo is an investor carnivore, a company we should...
5408
Andrew
stebakov@...
May 30, 2002 3:24 pm
No matter how I change the preferencies it reports the new settings in the bottom window and in the registry but tries to connect to the old host IP address....
5409
Andrew
stebakov@...
May 30, 2002 3:27 pm
The IP of the server changed, but no matter what I do the WinCVS client tries to connect to the old IP address. Where it stores the address so I can change it?...
5410
Rafael Sanz
rafael_sanz@...
May 30, 2002 3:30 pm
Use the macro Change CVSroot The string connection to the server is stored in each CVS folder into the Root file. Best regards ... De: SmartList...
5411
Oliver Giesen
ogiesen
May 30, 2002 3:33 pm
... [FAQ] The CVSROOT as seen in the preferences is only used for checkout or import. In all other situations CVS takes the CVSROOT from the meta-data that was...
5412
Darren Blaser
darren2b2000
May 30, 2002 4:12 pm
I've tried using the Add All to CVS tcl macro - thanks for pointing it out Oliver, :) However, the problem is that all files are added to CVS as ascii files....
5413
the_witchman
the_witchman@...
May 30, 2002 4:27 pm
Excellent! Exactly the kind of feedback I was hoping for. Thanks a ton. ... From: Oliver Giesen To: cvsgui@yahoogroups.com Sent: Thursday, May 30, 2002 6:35...
5414
Oliver Giesen
ogiesen
May 30, 2002 4:55 pm
... Oliver, :) However, the problem is that all files are added to CVS as ascii files. As you might guess this is not good for graphics, dll libraries and ...
5415
Brian May
MetalBoy_UnE...
May 30, 2002 6:12 pm
It's not cut and dry like that... Theres a difference between command line and a functional GUI, which is there to simplifly tasks (which I would assume is...
5416
Brian May
MetalBoy_UnE...
May 30, 2002 6:14 pm
Nothing like making the same changes to two similar but different apps, eh? I've been through that hell.. 3 different version of the same app, use by three ...
5417
Chris Barown
stroke348
May 30, 2002 7:25 pm
I occasionally do rather large merges from a branch to head, which results in rather large numbers of conflict files. When i work through these, I right click...
5418
Oliver Giesen
ogiesen
May 30, 2002 7:42 pm
... Hmm, which column do you sort by? I never saw this happen before. I usually sort by the Status column. ... You could simply set the view filters to show...
5419
the_witchman
the_witchman@...
May 30, 2002 8:01 pm
I'm not sure this the best place to ask this question, but what the heck. I'm curious how the file transfer from the client machine to a linux box takes place...
5420
Matt Seitz
mseitz
May 30, 2002 9:58 pm
... Yes, having different versions may result in some additional work. Hopefully, good diff/merge tools should ease the pain (Isn't that part of the whole...
5421
Alexandre Parenteau
veve2000us
May 31, 2002 2:14 am
... takes place when using SSH. ... I think cvs invokes ssh that way : ssh -l username cvs.server.ip.address cvs server Which is executing "cvs server" on the...
5422
sandor_haizer
May 31, 2002 7:30 am
Hello, Is it possible to checkout only the directories (not the files therein)? Intuitively, "create missing directories" + "do not recurse" should do the...
5423
Oliver Giesen
ogiesen
May 31, 2002 7:36 am
... No, CVS does not checkout empty directories (with the exception of the repository root as I recently found out). I have the feeling however that what you...
5424
sandor_haizer
May 31, 2002 8:51 am
... the ... I want to see which subdirectories a certain directory contains without risking to fill my harddrive. (I guess this would constitute a repository...
5425
Oliver Giesen
ogiesen
May 31, 2002 9:11 am
... Definitely sounds like it, yes. If you're using CVSNT 1.11.3 on the server you could use the cvs ls command instead. Another alternative might be to use...
5426
sandor_haizer
May 31, 2002 10:03 am
... created ... you ... 'cvs -n co' works for me, thanks. <mumble> Would still like to have 'cvs -ls' for unix</mumble> ... But if I explicitly want to check...
5427
Jonathan M. Gilligan
namespacefull
May 31, 2002 4:05 pm
I am starting to manage a decently large LabView development project. Has anyone on these lists used CVS to manage a LabView project? I would be grateful for...
5428
Ignacio J. Ortega
jugand
May 31, 2002 4:13 pm
... Try SubVersion does a fairly decent job at binaries not like CVS.. http://subversion.tigris.org BTW: Any plans in support SubVersion in WinCVS ;)) Saludos...
5429
the_witchman
the_witchman@...
May 31, 2002 5:29 pm
I've looked through Cederqvist and I can't find anyway to remove modules that are no longer needed or were added by mistake. Short of going in an manually...
5430
Jonathan M. Gilligan
namespacefull
May 31, 2002 6:18 pm
My impression is that in its current state, subversion doesn't handle binaries with any important differences from how CVS does. There are plans in the future...
5431
Stefano Lodi
adm@...
May 31, 2002 6:28 pm
Dear cvsgui users, I am using ssh from the CygWin distribution with cvswin 1.3. I would like to use an identity file located at a non-standard directory. The...
5432
david@...
May 31, 2002 6:54 pm
... that are no longer needed or were added by mistake. Short of going in an manually removing the files from the repository, how is this to be accomplished? ...
5433
Andrew
stebakov@...
Jun 1, 2002 3:04 am
I am connecting to cvs nt server via the internet using sspi. When trying to checkout the source the client shows that it's updating directories but no files...
5434
Alexandre Parenteau
veve2000us
Jun 1, 2002 6:36 am
This is cvsnt fault. It was removed from cvsnt for some reason, and I don't know if it's back again. Try with an old cvsnt. alex. ... From: "Stefano Lodi"...