in reply to Re: Learning How to Use CVS for Personal Perl Coding Practices
in thread Learning How to Use CVS for Personal Perl Coding Practices
Following your advice what I tried to do is following steps.~/MyPerl | |__Project1 | |__ myperlcode.pl Note: ~/ = home/neversaint
Listing them:home/neversaint $ mkdir subversion home/neversaint $ cd subversion home/neversaint/subversion $ svnadmin create Project1
Step 2: Attempting to create empty repositoryhome/neversaint/subversion $ cd Project1 home/neversaint/subversion/Project1 $ ls README.txt conf dav db format hooks locks
Now, at this point I encounter problem with this message:home/neversaint/subversion $ cd ~/MyPerl/Project1 home/neversaint/MyPerl/Project1 $ svn import . file:///~/subversion/Pr +oject1 ^ | Note: did I get this right? ---------------------|
Is there anything wrong with my steps above? Did I misunderstood your advice above? Hope to hear from you again.svn: Could not use external editor to fetch log message; consider<br> setting the $SVN_EDITOR environment variable or using the --message (-m) or --file (-F) options svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR is set, and no 'editor-cmd' run-time configuration option was found
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Learning How to Use CVS for Personal Perl Coding Practices
by Rhose (Priest) on Nov 03, 2005 at 16:30 UTC | |
by neversaint (Deacon) on Nov 03, 2005 at 16:37 UTC | |
by tirwhan (Abbot) on Nov 03, 2005 at 16:46 UTC | |
by Rhose (Priest) on Nov 03, 2005 at 16:56 UTC |