editplus integrated configuration svn, little turtle svn Chinese language pack download for windows

Editplus configures the way to integrate svn:
1. Install TortoiseSVN-1.7.10.23359-win32-svn-1.7.7.msi
2. Open editplus tools--configure user tools--add tools, adding methods are as follows:
a. Menu text svn
b. Command D:\webtool\svn\install_dir\bin\TortoiseProc.exe (note the path where you installed svn here)
c. Parameter /command:commit /path:"$(FilePath)" /notempfile /closeonend:

1 The window is closed when exiting, and the current file or other options can be customized when saving. The screenshot is as follows:



The following annotations are from the network and can be applied to the above command list. You can try the specific functions yourself.
closeonend parameters:
/closeonend:0 No Automatically closes the dialog box
/closeonend:1 Automatically closes the dialog box if no errors occur
/closeonend:2 Automatically closes the dialog box if no errors and conflicts occur
/closeonend:3 Automatically closes the dialog box if there are no errors, conflicts and merges
/closeonend: 4 If there are no errors, conflicts and merges, it will automatically close


[command]: the specific TortoiseSVN function instructions, as follows:
Command description
: about Display the about dialog box. If no command is given, it will also display
:log Opens the log dialog, the path specifies the file or directory to display the log, and three options can be set: /revstart:xxx, /revend:xxx and /strict
:checkout Opens the checkout dialog, /path specifies the target path, while /url specifies the URL for the checkout.
:import Opens the import dialog, where the path specifies the data import path.
:update Updates the working copy in /path to HEAD. If the option /rev is given then a dialog is shown to ask the user to which revision the update should go.
:commit opens the commit dialog with the target path specified or A list of files to be submitted, you can also use the parameter /logmsg to pass predefined log information to the submission window, or if you don't want to pass the log to the command line, you can also use /logmsgfile:path, the path points to the file where the log information is saved document. To pre-populate the bug's ID (if you set the integrated bug tracking property), you can do this with /bugid:"the bug id here".
:add adds files at /path to version control.
:revert restores local modifications to the working copy, /path tells which entries to restore.
:cleanup Cleans up interrupted and terminated operations, unlocking the /path of the working copy.
:resolve marks the conflict in the file specified by /path as resolved, if /noquestion is given, resolve will not confirm the action to the user.
:repocreate creates a repository at /path.
:switch Opens the options dialog. The path parameter specifies the target directory.
:export exports a working copy of /path to another directory, if /path points to another unversioned directory, a dialog will ask for the URL to export to /path.
:merge Opens the merge dialog. The path specifies the target directory.
:copy brings up the branch/tag dialog, where /path is where branch/tag came from in the working copy.
:settings Opens the settings dialog.
:remove Removes files in /path from version control.
:rename Renames a file at /path, will ask for the new file in the dialog, to prevent asking for a similar file in one step, pass /noquestion.
:diff starts the external comparison program set by TortoiseSVN. /path specifies the first file. If /path2 is set, the comparison program will start two files. If /path2 is omitted, the comparison program will compare /path and its BASE.
:conflicteditor Opens the conflict tool set by TortoiseSVN, in /path you need to set the correct file of the conflicting file.
:relocate opens the relocation dialog, /path specifies the working copy path to relocate.
:help Opens the help file
:repostatus Opens the Checkout for Modifications dialog, with the path specified in the working copy directory.
:repobrowser Opens the repository browsing dialog. The URL is pointed to by /path of the working copy or pointed directly by /path. Another option is /rev:xxx, which can be used to specify the revision number to be displayed. If /rev:xxx is omitted , the default is HEAD.
:ignore adds objects in /path to the ignore list, that is, adds these files to the svn:ignore property.
:blame Opens the traceback dialog for the file specified by /path. If startrev and endrev are set, the dialog asking for the traceback range will not be displayed. If /line:nnn is set, TortoiseBlame will open a line in a specific file.
:cat Saves the working copy or URL specified by /path to /savepath:path with the revision number at /revision:xxx, so that the file of a specific revision can be obtained.
:createpatch Create a patch file under /path.
:revisiongraph Displays the revision graph in the /path directory.
:lock Locks a file. The 'lock' dialog is shown so the user can enter a comment for the lock. /path
:rebuildiconcache Rebuilds the windows icon cache. This is only required if there is a problem with the windows icon cache. A side effect is that (Inevitably) the desktop icons will be reorganized. /noquestion

also provides a Chinese language pack for the little turtle svn, directly execute it after downloading, and then open the svn settings to change the language.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327037469&siteId=291194637
svn