Help for this page

Select Code to Download


  1. or download this
      ~/MyPerl
         |
    ...
    
    
    Note: ~/ = home/neversaint
    
  2. or download this
    home/neversaint $ mkdir subversion
    home/neversaint $ cd subversion
    home/neversaint/subversion $ svnadmin create Project1
    
  3. or download this
    home/neversaint/subversion $ cd Project1
    home/neversaint/subversion/Project1 $ ls
    README.txt  conf  dav  db  format  hooks  locks
    
  4. or download this
    home/neversaint/subversion $ cd ~/MyPerl/Project1
    home/neversaint/MyPerl/Project1 $ svn import . file:///~/subversion/Pr
    +oject1
                                                     ^
                                                     |
    Note: did I get this right? ---------------------|
    
  5. or download this
    svn: Could not use external editor to fetch log message; consider<br> 
    setting the $SVN_EDITOR environment variable or using the 
    ...
    svn: None of the environment variables SVN_EDITOR, VISUAL or 
    EDITOR is set, and no 'editor-cmd' run-time configuration option was 
    found