Hello..
Could someone be very helpfull and give the command (linux's one ) to use cvs .
I think it is soething like this : EXPORT CVS root cvs -Z3 (??) ..........
because i can't find the way to do it eaysily and as i am not a anciant user of nux.... i would appreciate a way to do it without downloading the complete code...
thanks Hervé
herve couvelard wrote:
Hello..
Could someone be very helpfull and give the command (linux's one ) to use cvs .
I think it is soething like this : EXPORT CVS root cvs -Z3 (??) ..........
because i can't find the way to do it eaysily and as i am not a anciant user of nux.... i would appreciate a way to do it without downloading the complete code...
Directions are under the "CVS" link on the inkscape sourceforge page
http://sourceforge.net/cvs/?group_id=93438
cvs -d:pserver:anonymous@...54...:/cvsroot/inkscape login
cvs -z3 -d:pserver:anonymous@...54...:/cvsroot/inkscape co /modulename/
where you'd replace 'modulename' with 'inkscape' unless you knew of a different one you wanted.
Or... the export can be used to avoid the need for the "-d". Of course, that can vary by shell. On bash it's
export CVSROOT=:pserver:anonymous@...54...:/cvsroot/inkscape
then
cvs login
cvs -z3 co /modulename/
Once you've done a checkout "co", then CVS will store the CVSROOT in files in your checked out directory so you won't need to set it again just to update.
I've added a brief version of this to the FAQ, with a pointer to SF's directions.
http://www.inkscape.org/faq.html
Bryce
On Thu, 13 Nov 2003, Jon A. Cruz wrote:
herve couvelard wrote:
Hello..
Could someone be very helpfull and give the command (linux's one ) to use cvs .
I think it is soething like this : EXPORT CVS root cvs -Z3 (??) ..........
because i can't find the way to do it eaysily and as i am not a anciant user of nux.... i would appreciate a way to do it without downloading the complete code...
Directions are under the "CVS" link on the inkscape sourceforge page
http://sourceforge.net/cvs/?group_id=93438
cvs -d:pserver:anonymous@...54...:/cvsroot/inkscape login
cvs -z3 -d:pserver:anonymous@...54...:/cvsroot/inkscape co /modulename/
where you'd replace 'modulename' with 'inkscape' unless you knew of a different one you wanted.
Or... the export can be used to avoid the need for the "-d". Of course, that can vary by shell. On bash it's
export CVSROOT=:pserver:anonymous@...54...:/cvsroot/inkscape
then
cvs login
cvs -z3 co /modulename/
Once you've done a checkout "co", then CVS will store the CVSROOT in files in your checked out directory so you won't need to set it again just to update.
This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Bryce Harrington wrote:
I've added a brief version of this to the FAQ, with a pointer to SF's directions.
that is exactly what i nedeed, brilliant idea in fact (for me in fact :-)) ) hervé
herve couvelard wrote:
Bryce Harrington wrote:
I've added a brief version of this to the FAQ, with a pointer to SF's directions.
that is exactly what i nedeed, brilliant idea in fact (for me in fact :-)) ) hervé
i didn't succed in trying : cvs server: warning: cannot make directory CVS in /: Permission denied cvs [server aborted]: cannot make directory /inkscape: No such file or directory
so i tried to create a /CVS rep (with owned by user) : same message :-(
hervé
herve couvelard wrote:
i didn't succed in trying : cvs server: warning: cannot make directory CVS in /: Permission denied cvs [server aborted]: cannot make directory /inkscape: No such file or directory
so i tried to create a /CVS rep (with owned by user) : same message :-(
The problem is the / on the last word (modulename)
I've changed the FAQ, it should have read something like:
cvs -z3 -d:pserver:anonymous@...54...:/cvsroot/inkscape co #modulename#
njh
The tarball is actually a smaller download, afaik.
-thomas
On Nov 13, 2003, at 12:05 PM, herve couvelard wrote:
Hello..
Could someone be very helpfull and give the command (linux's one ) to use cvs .
I think it is soething like this : EXPORT CVS root cvs -Z3 (??) ..........
because i can't find the way to do it eaysily and as i am not a anciant user of nux.... i would appreciate a way to do it without downloading the complete code...
thanks Hervé
This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
participants (5)
-
Bryce Harrington
-
herve couvelard
-
Jon A. Cruz
-
Nathan Hurst
-
T Ingham