Suddenly getting this svn error

Why the hell am I suddenly getting this svn error when I try to import files into my repo? What does this even have to do with notepad ++?

Thank:)

C: \ XAMPP \ HTDOCS \ projects \ lab> SVN import c: / wordpress http://tasty.unfuddle.com/svn/tasty_lab/wordpress 'C: \ Program' is not recognized as an internal or external command, a working program or command file. SVN: System ("C: \ Program Files \ Notepad ++ \ Notepad ++. EXE svn-commit.tmp ') is returned 1

+3
source share
3 answers

svn , . , Windows ( Linux - export EDITOR=/path/to/editor.

- , , -m'Comment' --editor-cmd

+5

% EDITOR%. .

set EDITOR=C:\Progra~1\Notepad++\notepad++.exe

.

Windows Vista :

setx EDITOR C:\Progra~1\Notepad++\notepad++.exe

:

  • " "
  • EDITOR
+6

, , Notepad ++, , . SVN , , , -, , "Program Files". . , , .

, , , svn import -m "Logging Message Goes Here" C:/files/I/want/to/import

+1

Source: https://habr.com/ru/post/1770784/


All Articles