Closed Thread
Results 1 to 2 of 2

Thread: SVN Woes

  1. #1
    Prog is offline Learning Programmer
    Join Date
    Jan 2007
    Posts
    98
    Rep Power
    0

    SVN Woes

    I've installed SVN and have it running with webdav. Everything seems ok but I get this error when I try to import my initial directory structure:

    Code:
    # svn import /tmp/subversion-layout/ http://127.0.0.1/svn/
    svn: Could not use external editor to fetch log message; consider setting the $S                                                                                    VN_EDITOR environment variable or using the --message (-m) or --file (-F) option                                                                                    s
    svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR are set, and                                                                                     no 'editor-cmd' run-time configuration option was found
    Any ideas?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest
    You can either set the SVN_EDITOR variable or you can just add a -m to the SVN followed by a message. Subversion requires a message for import. Change your SVN command to:

    Code:
    # svn import /tmp/subversion-layout/ http://127.0.0.1/svn/ -m Some Message

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. web developer, but no designer, woes..
    By Root23 in forum The Lounge
    Replies: 11
    Last Post: 06-04-2011, 09:24 AM
  2. [C] Linked list Woes!
    By Scupham in forum C and C++
    Replies: 1
    Last Post: 12-09-2008, 02:38 PM
  3. Coldfusion 8 installation woes and pain on 2003 IIS server
    By markm75 in forum ASP, ASP.NET and Coldfusion
    Replies: 5
    Last Post: 08-24-2008, 07:59 PM
  4. scanf woes
    By Chinmoy in forum C Tutorials
    Replies: 2
    Last Post: 03-17-2008, 03:33 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts