James MacAulay wrote:
> Thank you so much for this. I'm encountering a stumbling block,  
> though: when it comes time to do
> 
> svn propedit svn:externals vendor
> 
> ...I get an error message about not having set the environment  
> variables SVN_EDITOR, VISUAL, or EDITOR. I'm using OS X, with svn  
> version 1.2.3 (r15833). How should I resolve this?

This means that you need to set the SVN_EDITOR environment variable. In 
bash I set mine like this:

export SVN_EDITOR=vi

You can add the above to the ".profile" file in your home directory and 
re-login or execute it manually from the command prompt.

--
John Long
http://wiseheartdesign.com
_______________________________________________
Radiant mailing list
Radiant@lists.radiantcms.org
http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to