[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

import local problems

From: Goss, Lucas <LGoss_at_sheriffleefl.org>
Date: 2003-05-22 20:01:20 CEST

On my windows 2000 machine I was having trouble importing a directory and just wanted to make sure that this is how things are supposed to behave. On entering the following command (taken from the faq):

svn import file:///svntest c:\adir

I get the error "svn: No external editor available..."

however if I just add a message such as:

svn import file:///svntest c:\adir -m "initial import"
or add an editor
svn import file:///svntest c:\adir --editor-cmd notepad
then just close the editor and choose c)ontinue to leave log message unchanged or unspecified, it works fine.

That leads me to ask, does a message have to be specified to do an import? If so then it would help if it was in the faq.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 22 20:05:56 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.