ArticleDirectory
- Install
- Download Project
- Submit changes
- Import Project
- Other functions
This log is mainly used for reference by WordPress Chinese team members. If you want to know how to use tortoisesvn, this log will also be helpful to you, but involves special settings, refer to the settings of your SVN server. The WordPress Chinese team uses the Google Code SVN server.
First, we will introduce what is subversion, which is a new generationVersion control tools, Not only can be managedProgramSource codeCan also be applied to other collaborative data management tasks.
Install
You can download the latest version of tortoisesvn from tortoisesvn official site. The Chinese translation package can be downloaded from the Subversion Chinese site. After downloading the package, click the installation package and click Next.
Download Project
In the proper location of your hard disk, click the email and select SVN checkout...
Then a checkout option dialog box will pop up, enter the remote project directory and local working directory, WordPress Chinese team's Google Code SVN server, remote Project address: https://wpcn.googlecode.com/svn/trunk/
Click OK to bring up a dialog box for remote server Verification:
Here the user name for your Gmail user name, do not bring (@ gmail.com), the password is not your Gmail mailbox password, you need to go to the http://code.google.com/p/wpcn/source
The page dynamically generates a password:
Of course, you must first become a member to use the svn service of the project. If you want to contribute to the WordPress Chinese team, you can leave a message to apply to join.
After entering the user name and password, click OK to start downloading:
Submit changes
After modification, you can right-click the project folder or right-click the file you modified, and select SVN commit ..., the difference between the two is that the first one can submit modifications to all the files you have made at a time, and the second one is to submit the files you selected.
After you Click Commit, a dialog box asking you to enter the change log is displayed:
Enter your modifications and click OK to submit the modifications to the remote server:
Import Project
If the translation plug-in or plug-in has been written and you want to submit it to the remote server, select this folder, right-click, and select tortoisesvn => Import...
The import option dialog box appears, which belongs to the remote server address and comment. If you have not saved the password before, you may enter your Google Code password again. Click OK to import the local file to the remote server.
Other functions
Web browsing: You can use this address https://wpcn.googlecode.com/svn/trunk/ to browse the project on the web page, also need the same password as before.
SVN update: Compare with the server version to update
Revert: Cancel the last operation (only for the client, but not for the server)
Add: Add a new directory or file to the project.
Revision Graph: Version
Show log: View version logs and compare different versions
Check for modifications: Compare with the project version on the server and make corresponding modifications.