Well, either me or Stephan has misunderstood you. I don't quite see why any of this shoudl be a problem for CVS... ... Of course you could have sub-modules in...
... For example, i almost always use the current date as a revision, in YYYYMMDD format. The reason is, mainly, that "1.7" doesn't tell us anything about how...
In my panic I missed out some information! When I first installed 1.3.13.1 it ran OK then it was when I shut it down and ran it again that the persistent bug...
Carl, ... Upload it here: http://sourceforge.net/tracker/?group_id=10072 Best Regards, Jerzy ... it ... rebooting ... 1.3.13. ... same ... bug ... this ... ...
Hi We are using following cvs version. Client: Concurrent Versions System (CVSNT) 2.0.2 (client/server) Server: Concurrent Versions System (CVS) 1.11.2...
On Tue, 01 Jul 2003 14:12:06 -0000, vijays2010@... ... In what way is in not synchronized?? Do you see a difference of an even number of hours (or in...
To all, I have been playing with Oliver's solutions and it seems like it will be possible to perform the first tasks using the #module file. THANKS! ...
Whenever I import a directory structure, or even a single file, I end up with a branch named whatever is under 'vendor tag' . this leads to a revision number...
... I am afraid this is really out of CVS' scope. You might be able to pull something like this off using a server-side script but even then you will only be...
... What complications? You could usually just ignore the vendor branch as a mere technicality. The next revision you commit will be 1.2 (unless you ...
Oliver, thank you for all your help! I will verify that the new revisions are 1.2, I see how it could be powerful to add a branch initially. Our first attempt...
Hi Folks, I got WinCVS working with ssh using the recipe at: www.wincvs.org/ssh.html. I created a group on the server (red hat) called cvsusers and that group ...
Hi, I am new to this group. I am using cvs 1.11.2. Now i want to upgrade it to 1.11.6 (stable) so that it will not affect the earlier repository structure and...
... so ... This could only mean that you are working on the vendor branch (i.e. you checked out or updated with -r VendorBranchName). You should run a cvs ...
... i'm curious about what types of complications. EVERY new CVS repo gets all of it's files marked with version 1.1.1.1, and i've never heard of that causing...
... Use no spaces between -d and it's argument. The rsh error happens if: a) your server doesn't support rsh. and b) you don't have CVS_RSH envirovnment var...
... Look again. "nix" is not an argument to the -d flag in this case. You were probably thinking of the global -d option to specify the CVSROOT? Anyway, in my...
Hi all, To restrict users to use only their respective modules, we implemented group level permission. and its working as per our requirments. BUT i found a...
... You might get more lucky with getting answers to such questions on a more appropriate group. Both this and your previous post have nothing at all to do...
... (i know this is techincally OT, but it's a common problem for Unix CVS users...) See 'man chmod' and search for 'sticky'. Once you understand why, do the ...
Hi all, I am a new user of WinCVS, and I have installed it on my PC. My problem is that WinCVS takes a lot of time to perform any cvs command (checkout,...
I just uninstalled my old test CVSNT b72 from my PC and deleted the remaining files and folders where it had resided. Then I installed 2.0.5 into the same base...
I have created a new Wiki page dealing with how to move a repository from Linux to CVSNT on Windows. URL: http://www.cvsnt.org/wiki/MoveFromLinux /Bo (Bo...
Hello again , We have some files that cannot be commited back to the repository because they are locked. I can't seem to unlock them. here's the story: I...
Well I seem to recall a lot of discussion on that subject for almost a year now that I follow the newsgroup. From my point of view this feature is annoying...
The reason there is talk on the lists is *not* because there is any problems with the revision number format or operation. It is because people are asking when...
... i've gotta disagree with this bit. i use import exclusively and have never had a problem with it. Of course, if you're talking about adding files after a...
I want to be able to detect (programmatically) if Python is installed on a target system or not. Is there any sure way to do this? I have looked through my...
I know it is not needed for use with WinCvs but i am working on a ViewCvs setup project where I need to produce bytecode files from Python sources within the...
I would guess that HKLM\Software\Python\PythonCore\x.x\InstallPath would be your best bet, and then you want to verify the largest value for x.x (I have both...