Latest web development tutorials

SVN checkout operation

The last chapter, we create a repository w3big01, URL to svn: //192.168.0.1/w3big01,svn user01 user has read and write permissions.

We can use this URL in the client version of the library checkout operation.

svn checkout http://svn.server.com/svn/project_repo --username = user01 above command will produce the following results:

root@w3big:~/svn# svn checkout svn://192.168.0.1/w3big01 --username=user01
A    w3big01/trunk
A    w3big01/branches
A    w3big01/tags
Checked out revision 1.

Generate w3big01 copy directory in the current directory after successful detection. View content detection

root@w3big:~/svn# ll w3big01/
total 24
drwxr-xr-x 6 root root 4096 Jul 21 19:19 ./
drwxr-xr-x 3 root root 4096 Jul 21 19:10 ../
drwxr-xr-x 2 root root 4096 Jul 21 19:19 branches/
drwxr-xr-x 4 root root 4096 Jul 21 19:19 .svn/
drwxr-xr-x 2 root root 4096 Jul 21 19:19 tags/
drwxr-xr-x 2 root root 4096 Jul 21 19:19 trunk/

Do you want to see more information about the repository, execute the command info.