... Keep reading. The Y2K page (info-y2k.html) has a link to another page (dev-y2k.html) with all the known details. If anyone finds problems not listed on...
Jim Kingdon
kingdonc@...
Apr 1, 1999 3:43 pm
12202
Hello! I've just compiled the last CVS from CVS :-) Unfortunately, a minor bug is still there. Double slashes appear in the "cvs diff" output if the given...
Pavel Roskin
pavel_roskin@...
Apr 1, 1999 6:20 pm
12203
Hello! There is a minor bug with CVS-1.10.5 for Windows. If the repository is situated on an SMB share, it cannot have the root in the topmost directory. For...
Pavel Roskin
pavel_roskin@...
Apr 2, 1999 11:19 am
12204
Scott, Here is a web site that you might find useful. It provides help on cvs. http://durak.org/cvswebsites/ -Teresa ... off his/her own workspace. In other...
Narvaez, Teresa
Teresa.Narvaez@...
Apr 2, 1999 5:07 pm
12205
... It sounds like you had your repository working correctly before. Why not reuse that user:group? In any case I think the only important feature is that...
Derek R. Price
pricedr@...
Apr 4, 1999 6:01 pm
12206
... My CVS (1.10.5.1) has drwxrwxr-x directories and -r--r--r-- archive files and I believe that's been the UNIX permission standard for CVS for quite some...
Derek R. Price
pricedr@...
Apr 4, 1999 6:01 pm
12207
... It's not EXACTLY an FAQ, but there is a lot of information available at http://www.cyclic.com . Derek...
Derek R. Price
pricedr@...
Apr 4, 1999 6:03 pm
12208
... It's not EXACTLY an FAQ, but there is a lot of information available at http://www.cyclic.com . Derek -- Any opinions expressed are probably my own....
Derek R. Price
pricedr@...
Apr 4, 1999 6:05 pm
12209
... See if the following page answers your question: http://www.cyclic.com/cvs/info-access.html Derek -- Any opinions expressed are probably my own....
Derek R. Price
pricedr@...
Apr 4, 1999 6:09 pm
12210
... You could always use commitinfo to prevent commits of any files in CVSROOT which you consider sensitive. The documentation says that commitinfo can be...
Derek R Price
oberon@...
Apr 4, 1999 8:20 pm
12211
Hello! I've encountered a problem with Windows Emulator CVS repository, which is probably a problem with CVS too. The file aspi.h has following log: revision...
Pavel Roskin
pavel_roskin@...
Apr 5, 1999 10:43 am
12212
... Could you tell me where I can get the Windows Emulator CVS repository? I did a search for it without any results. I would be very interested, because I ...
Sébastien Rosset
zebz@...
Apr 5, 1999 1:38 pm
12213
Hello! ... Look at http://www.winehq.com/ What about CVS server for Windows, you rather need (a hypotetical) Unix emulator. In practical terms I would try...
Pavel Roskin
pavel_roskin@...
Apr 5, 1999 2:15 pm
12214
I've tried to build testsuite with CYGWIN and encountered the following problem. There is a lot of places in sanity.sh there file is created and a bit later...
amilov@...
Apr 5, 1999 2:15 pm
12215
Hi there, I'm a little confused about directory group permissions. I have a Java package tree that I've been using CVS to maintain for sometime. Now I want...
Craig Longman
craigl@...
Apr 5, 1999 6:10 pm
12216
I have been running a CVS pserver on Windows NT. Since I've seen numerous patches on this list recently from people trying to do this, I decided to describe...
Tim Taylor
ttaylor@...
Apr 5, 1999 8:12 pm
12217
We've tried changing the host where our CVS server runs. The first place it used to run, we had people put the server name in their CVSROOT env-var. Then we...
Gevik Nalbandian
gev@...
Apr 6, 1999 12:00 am
12218
Hello all, Can anyone please tell me how I'd go about converting an old RCS repository to a CVS one without loosing the old tags etc. ?? Please reply to this...
Haseeb Budhani
haseeb@...
Apr 6, 1999 1:28 am
12219
Hi Everyone, I am using CVS 1.10 and when I try to checkout a module by cvs checkout -P mymodule, it gives messages as if it's extracting all the files (Like ...
Alok Daipuria
alok@...
Apr 6, 1999 3:11 am
12220
... For my archives I imported in, I just simply copied the ,v files under the cvs tree. worked for me... YMMV Steve...
Steven Roberts
strobert@...
Apr 6, 1999 4:01 am
12221
... Assuming you weren't using branches in your RCS files, you should just be able to drop the RCS files into your $CVSROOT/<module> directory, mimicing the...
Derek R Price
oberon@...
Apr 6, 1999 6:00 am
12222
... Nope, it don't work like that. A user needs write permissions to a directory to even check it out read only due to CVS's locking mechanism. Look up...
Derek R. Price
pricedr@...
Apr 6, 1999 6:01 am
12223
... mechanism. Sorry, I was a little misleading in my description. I don't want the users to have *any* access to the directories that they aren't allowed to...
Craig Longman
craigl@...
Apr 6, 1999 6:42 am
12224
Hi, I would really need version control in my graphic work (windows environment). Does CVS work resonable also with binaries? Or could you maybe know is there...
samu tuomisto
st55455@...
Apr 6, 1999 10:20 am
12225
If CVSROOT on the host machine is set to, for example, hostmachine:/cvs-repository, cvs works fine. I'm not sure if it handles aliases properly, though. So,...
Noel Yap
nyap@...
Apr 6, 1999 1:05 pm
12226
... The best thing that I know of for binary VCS is actually a Mac-only tool called VOODOO <http://www.unisoft.co.at/products/voodoo.html> I think that the...
Richard Wesley
hawkfish@...
Apr 6, 1999 2:42 pm
12227
I simply copied the RCS repositary to $CVSROOT/. Jing...
Jing Kong
jkong1@...
Apr 6, 1999 2:55 pm
12228
Is there a command for cvs to allow you to see whats on the server? Thanks, Scott _____________________________________________ Hey neighbor, whens the last...
Scott
gringo@...
Apr 6, 1999 3:49 pm
12229
... As I understand it, there is no delta storage in CVS for binaries. Every time you change a binary you wind up with a new copy of it. If you do a lot of...
Richard Wesley
hawkfish@...
Apr 6, 1999 6:05 pm
12230
... Why do you say that? I'm using it for a whole bunch of large binaries (Solaris package files) and have yet to have any problems, aside from my being...