pserver detailed description?

2003-11-28 Thread Dusan Juhas
Hello, is pserver protocol somewhere described (in deep details)? Well, I don't count source codes of cvs ;-) -- Best regards, Dusan Juhas ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Distributed CVS

2003-11-27 Thread Dusan Juhas
) -- Best regards, Dusan Juhas ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

merging from a branch to another branch

2003-10-20 Thread Dusan Juhas
Hello, is it possible to merge changes between branches (not trunk) only by envoking some CVS command(s)? How it can be done? -- Best regards, Dusan Juhas ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

CVS mirror via pserver

2003-10-19 Thread Dusan Juhas
on CVS server. I just can use pserver protocol. -- Best regards, Dusan Juhas ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: file permissions

2003-03-27 Thread Dusan Juhas
Hi Lu, Please check cvspermissions http://www.magic-cauldron.com/cm/cvspermissions/cvspermissions.html if it doesn't meet your requirements. It's a bunch of shell scripts intented to work on *NIX systems but hopefully it could work on cygwin. Regards, Dusan

what to do with corrupted ,v files?

2003-03-26 Thread Dusan Juhas
Hello, I used check_cvs utility and found several corrupted files in the repository. What I can do with a ,v file if cvs sais cvs [checkout aborted]: premature end of change in .../bla.c,v if I do cvs co -r x.y.z.w bla.c ? -- Best regards, Dusan Juhas

Re: wrong commit/ seeking branching advice

2003-03-26 Thread Dusan Juhas
Hi Ed, Is there a way to reverse the changes, or at least move the changed revision from the main trunk to the branch? CVS is like the toilet paper - once you use it, it's not clean to roll it back ;-) To get over it just make a desired branch from a current main trunk, then ckeck out recent

consistency checker

2003-03-24 Thread Dusan Juhas
by cvs (eg. when these files have a new tag) Since likely corrupted files are really big, cvsup makes useless traffic... An advice is welcome. Thank you. -- Best regards, Dusan Juhas ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman

Re: Turning modules into repositories

2003-03-12 Thread Dusan Juhas
of modules you can copy the whole content of current repository to several places and invoke standard removal. If you just copy the module you lose administrative info which is held in $CVSROOT/CVSROOT dir. -- Best regards, Dusan Juhas ___ Info-cvs mailing

Re: Any way to _only_ checkout/export of all changed file(s)between2 tags from cvs

2003-02-26 Thread Dusan Juhas
files in following format: File foo/bar.c changed from revision 1.8 to 1.9 awk '{print $2}' filter all but file name output: foo/bar.c xargs cvs co build and execute command(s) from std. input eg. execute cmd: cvs co foo/bar.c -- Best regards, Dusan Juhas

Re: a list of changed files

2002-12-18 Thread Dusan Juhas
. If there is no such feature within cvs itself it would be grateful to know about a script which can do it. Otherwise, I should write such a script. -- Best regards, Dusan Juhas ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman

a list of changed files

2002-12-17 Thread Dusan Juhas
Hello, could you tell me how could I obtain a list of all files which were changed during a certain period limited by revisions/dates? These files should be only from a specified module (including theirs path from $CVSROOT). Is it possible to do it without checkout? -- Best regards, Dusan Juhas

binary vs. text files

2002-07-17 Thread Dusan Juhas
Hello, is there a cvs command which can determine if a file is stored as binary/text? Can I change file status from text to binary (and vice versa) during his life in the repository? If so, how it can be done? Thank you. -- Best regards, Dusan Juhas

Re: implicit directory umask?

2002-06-25 Thread Dusan Juhas
On Mon, 24 Jun 2002, Noel Yap wrote: --- Dusan Juhas [EMAIL PROTECTED] wrote: Hello, I have a directory with permitions set to drwxrwxrwx in the cvs repository. After checkout to the sandbox this directory is umasked to: drwxr-xr-x CVSUMASK is not set. How it is possible

implicit directory umask?

2002-06-24 Thread Dusan Juhas
this behaviour? -- Best regards, Dusan Juhas ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

how to find out how deleted file

2002-06-14 Thread Dusan Juhas
Hi, I know that deleted files from repository are stores in Attic directory. Could you tell me a command to find out who (and when) deleted a file from a certain directory (eg.: $CVSROOT/mydir)? Thanx -- Best regards, Dusan Juhas ___ Info-cvs

RE: synchronizing multiple CVS-repositories .... ?

2002-06-06 Thread Dusan Juhas
to ... ? -- Best regards, Dusan Juhas ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: How to only checkout files (not being able to commit)?

2002-06-06 Thread Dusan Juhas
but to no avail. I would like to be able to set permission per-user and per-file. Best regards, Dusan Juhas ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

cvs repository mirror

2002-05-27 Thread Dusan Juhas
technique, please? Having 2 CVSROOTs at once for checkin would be perfect but only hypothetical unless we write an cvs wrapper... -- Best regards, Dusan Juhas ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

tag list

2002-05-24 Thread Dusan Juhas
Hello, is there any way how to obtain a list of all tags: a) in a module b) in the whole repository WITHOUT checkout? I use a slow connection and checkout can take hours... Thank you. -- Best regards, Dusan Juhas ___ Info-cvs mailing list [EMAIL