Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^5: Learning How to Use CVS for Personal Perl Coding Practices

by tirwhan (Abbot)
on Nov 03, 2005 at 16:46 UTC ( [id://505434]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Learning How to Use CVS for Personal Perl Coding Practices
in thread Learning How to Use CVS for Personal Perl Coding Practices

Yeah, you need to give the full path, e.g.

svn import . file:///home/neversaint/subversion/Project1 -m "Initial i +mport"
Regarding the $EDITOR variable, you should set that to your favourite editor
export EDITOR=/usr/bin/emacs
or
export EDITOR=/usr/bin/vi
then you can specify the subversion commands without the -m and have it call the editor for manual message entry automatically if you prefer. Add the line to .bashrc to have it done for you automatically when you log in.

Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. -- Brian W. Kernighan

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://505434]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-26 06:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found