 |
 |
| Hum CVS... |
 |
 |
By cvincent - Posted on February 19, 2004 - 05:38:08 (#11120)
Current version when comment was posted: 1.11+1 |
 |
 |
Ok your command wit -q and -z 6 work for command add and remove (commnds i use :)
But for the commit if i add this parameters that open the cvslogfile ??? why if i commit without command -q and -z that's not happend !
|
|
| CVS and SourceForge... :-( |
 |
 |
By Philippe Houdoin - Posted on February 19, 2004 - 05:08:28 (#11119)
Current version when comment was posted: 1.11+1 |
 |
 |
Oh, well, SourceForge CVS server is not what we can called reliable these days. Too many hosted projects I guess.
However, do you first log into ssh.sourceforge.net via SSH to open a trusted session between your machine and their? You don't need to do that before every command, but only once (until you close your Terminal...)
|
|
| Work now !!!! |
 |
 |
By cvincent - Posted on February 18, 2004 - 12:49:01 (#11105)
Current version when comment was posted: 1.11+1 |
 |
 |
Ok with this that work :
cvs -q -z6 add filename
but this not (that edit the log file)
cvs -q -z6 commit -m "blabla"
hum what's wrong in second command ?
Regards,
Vincent Cedric - CKJ
|
|
| oh ok but.... |
 |
 |
By cvincent - Posted on February 18, 2004 - 12:38:03 (#11104)
Current version when comment was posted: 1.11+1 |
 |
 |
Hi,
I'm not an expert, and why is the command for commit/add and remove ?
in exemple i get this !!! the command is wrong ?
[CKJ@cedric /Travail/Projet/SG1/SG1/Editor]$ cvs -z6 add SG1-Editor.proj
Secure connection to cvs.sourceforge.net refused.
cvs [add aborted]: end of file from server (consult above messages if any)
|
|
| re: cvincent |
 |
 |
By Philippe Houdoin - Posted on February 18, 2004 - 08:44:26 (#11103)
Current version when comment was posted: 1.11+1 |
 |
 |
Try to use the -z option (compressed). Uncompressed communication are known to not working well.
For example:
cvs -z6 update ...
May I suggest you create a $HOME/.cvsrc with default cvs options, looking like this:
cvs -q z6
update -d -P
diff -u
checkout -P
?
|
|
| Problem when try all command... |
 |
 |
By cvincent - Posted on February 18, 2004 - 04:53:22 (#11101)
Current version when comment was posted: 1.11+1 |
 |
 |
Hi,
I use BeOS R5 + Bone under a firewall when i add/remove or commit, the command never close an dreturn to the $ of shell !!! i need to use Ctrl-C to kill !!!! Have you an idea ? i need or not to open a port ?
Please help
|
|
| Does what I've been looking for |
 |
 |
By shrub - Posted on September 29, 2000 - 12:52:36 (#141)
Current version when comment was posted: 1.11 |
 |
 |
I've been looking for cvs for BeOS and finally have it. A well done implementation, but I haven't pushed it to the limit yet (still learning cvs).
I'm glad that someone has finally done this, and before BONE.
|
|
|
|
|