Go Back   Linux Forums by TotalPenguin! Get linux Help! > GUI Linux > Linux Applications

Linux Applications Discussion for Linux Software and Application releated issues.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-25-2008, 05:01 PM
Member
 
Join Date: Jan 2007
Posts: 92
Prog is on a distinguished road
Default 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?
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 08-27-2008, 02:52 AM
Jordan's Avatar
Administrator
 
Join Date: Nov 2006
Posts: 507
Jordan is on a distinguished road
Default

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
Reply With Quote
Reply

Tags
subversion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 07:57 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.