In linux, we can use the following command to edit svn:externals
EXPORT SVN_EDITOR=vim
svn propedit svn:externals ./
but vim
is no support in Windows7-cmd.exe
, how can i edit svn:externals
in Windows7-cmd.exe
?
Obviously:
>svn propedit svn:externals ./
will open default text-editor (Notepad) with temp-file for editing content-property, which after saving edits will be (TBT) transferred to object