Today, I spent some time watching the svn video and found that many things still need to learn the basics. Although SVN was used before, I still gained a lot after watching the video today.
To learn about SVN, you must first know the software configuration Mangement (SCM) software version control management. We all know that there must be many different version
1 SVN locked a directory-cannot be updated
This is mostly because the svn command failed last time and is locked. If cleanup is ineffective, You have to manually delete the locked file.
Run CD at the command prompt to the directory where the svn project has a problem, and then run the following command:
Del lock/Q/s deletes the lock. :
2.
Recommended Free svn space (SVN code hosting)Recently studied the domestic and foreign free svn space, svn code hosting, SVN online, code hosting center, have some experience.1.http://www.svn999.com/[Recommended]Domestic, free, application is very convenient, and access spee
0. Download the configuration JDK
Link: http://pan.baidu.com/s/1miIVuic Password: Mwo7
Configuring Java_home, Jre_home
1 Downloads EclipseEclipse various versions, click on the left menu to select HTTP://WWW.ECLIPSE.ORG/DOWNLOADS/PACKAGES/ECLIPSE-IDE-JAVA-EE-DEVELOPERS/KEPLERSR2 2. Download subversive and subversive SVN connectors
Link: http://pan.baidu.com/s/1hs6mrzu Password: O9SW
3. Two folders in Eclipse home direct
The SVN environment setup steps are as follows:Download the SVN client and server from the Internet, when downloading need to note that the client and server version needs to be consistent, in addition to note that the computer system is 32-bit, the need to download 32-bit software, 64 bits of the corresponding bit 64-bit software.Step one: Download the client and the server to install, basically always nex
1. Download SVN (Subversion)Yum Install Subversion2. See the SVN location (it doesn't matter if you don't see it)3. Create the SVN repository directorySvnadmin Create/home/svnreposSeveral files are generated when the creation is complete4. Enter the Conf directory (the SVN repository configuration file)Authz file is th
Recently on the virtual machine on the Ubuntu server set up SVN server, found that each restart the server, IP will change, so the previous check out of the project will need to change SVN address, of course, you can also checkout a copy, here is the change.
For example, my project directory is/var/www/html/, the directory has the following several:
Svn-switch
The steps are as follows: TortoiseSVN's settings--appearance and style (look and feel)--the icon overlay (the status cache) will default to the shell (or the other) as it was originally defaulted.
MyEclipse Use SVN plugin, originally normal, no changes, suddenly one day, myeclipse in view of the file, the file after the version number, the file's SVN icon state and so on are gone.Check plug-ins are in, upd
Modify the IP address in the svn: subclipse provided by eclipse or myeclipse.
During project development, you may need to modify the svn IP address. The entries file contains the address information of the svn server. Each folder generates an entries file. You can use the visual interface to modify IP addresses in myeclipse or flash builder. The procedure is as
When submitting svn, you will be notified by email about the problem solving experience and svn email notification.Svn can use the hook function to Send comment/log and content change comments to a specified email address when submitting a commit request, so that you can monitor the content conveniently.The specific description is,1. when an account submits code or documents, the hook function is used to ca
SVN servers can delete folders but files cannot be deleted. svn deletes files.
SVN server can delete folders but cannot delete files: Solution
Find any computer Client Connected to SVN, open TortoiseSVN Browser, and enter the correct URL ,:
Enter the correct authentication information and find the corresponding file
This operation requires permission to execute the sudo command to PHP, which can be referenced in the following settings:
Apache/nginx under Php/ruby execute sudo permissions for system commands
With SVN's hook function, we can perform some operations automatically while we perform SVN operations, and the more common actions are:1. Update the code to the latest version at the same time in the test environment or in the online environment when you up
Recently on the virtual machine on the Ubuntu server set up SVN server, found that each restart the server, IP will change, so the previous check out of the project will need to change SVN address, of course, you can also checkout a copy, here is the change.
For example, my project directory is/var/www/html/, the directory has the following several:
I want to change the address of Helloyii, first switch t
Today in the intranet redeployment of a new SVN server, colleagues in the client SVN up update when the error "Svn:can ' t Open file '. Svn/lock ': Permission denied", the following specific analysis of why this problem and how to solve it?
1. First checkout a file to the local, where Svntest for the warehouse name, the first time checkout will be prompted to en
Tutorials | video | Video Tutorials | team |svn| version control
How to quickly set up a subversion server, and use it in the project, this is the most concern, compared to CVS, Subversion has more choice, and easier, a few commands can build a server environment, you can use, there are animated tutorials .This article is the fastest use of Subversion tutorial, in the shortest possible time to help you build a set of available server environment, on
1. Get SVN program
2, install Subversion (hereinafter referred to as SVN) server side and client. Download the server side is a ZIP compression package, direct decompression can be, such as I extract to E:\subversion. Client installation file is an EXE executable file, directly run the prompt installation can be installed, the client after installation prompts restart.
3, first set up an empty directory E
First, get information from the version library
SVN help command
Get Child Command Description
SVN info $URL
View workspace Information
If the directory address, view the local directory information, if no $dir, default to the current directory
If file address, view local file information
SVN list
Displays files in a given directory that exist in a version
Svnl
I. BACKGROUNDDue to the company's business needs, the new purchase of a number of machines, then faced with a series of things such as SVN migration problem, after the SVN migration, the local SVN code in the switch with SVN error: The old server address is not the same repository as The problem with the new server add
In SVN , our project is not called a project or a folder, but it's called a "warehouse."Steps for building a warehouse:1,Create a code WarehouseL Create a folder under any drive letter (D:\svn\myApp\) as our version of the Coogan directory, such as we need to build a shop project, the current shop can only be counted as a folder, not "warehouse"L Svnadmin Create D:\svn
Upgrade the SVN that comes with MAC and svn that comes with mac.I. Why should I upgrade SVN?
Because version 1.6 is installed on MAC by default, it is often prompted that the SVN version is too old during use, so you must upgrade it.Ii. How to upgrade?
Follow the old blog: http://blog.csdn.net/wirelessqa/
Insta
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.