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
svn , . , Windows ( Linux - export EDITOR=/path/to/editor.
export EDITOR=/path/to/editor
- , , -m'Comment' --editor-cmd
-m'Comment'
--editor-cmd
% EDITOR%. .
set EDITOR=C:\Progra~1\Notepad++\notepad++.exe
.
Windows Vista :
setx EDITOR C:\Progra~1\Notepad++\notepad++.exe
:
, , Notepad ++, , . SVN , , , -, , "Program Files". . , , .
, , , svn import -m "Logging Message Goes Here" C:/files/I/want/to/import
svn import -m "Logging Message Goes Here" C:/files/I/want/to/import
Source: https://habr.com/ru/post/1770784/More articles:Выберите первые 10 событий из wevtutil, используя xpath - xpathConnecting a real device to an Android emulator - android-emulatorarray of integers in x86 embedded assembly - assemblyArrays of objects in JavaScript - javascriptStatic Confusion Method - c #Authlogic, rails3_acts_as_paranoid and validates_uniqueness_of: login + default_scope (: conditions => {: active => true}) - scopeWCF: соединение сокета было прервано - c#SQL CLR DDL trigger written in C # - sql-serverWhat is an efficient algorithm for retrieving bags from pairs lists? - performanceUndefined enumeration reference - c ++All Articles