Thread: SVN Woes
View Single Post
  #2 (permalink)  
Old 08-27-2008, 02:52 AM
Jordan's Avatar
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2006
Posts: 570
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