1 -- Obtain UUID
On the client, checkoutCodeCreate a local copy. Use the following command to obtain the uuid of the current version library.
$ SVN info/home/SVN/morepospath: moreposworking copy root path:/home/SVN/moreposurl: http: // 192.168.1.108/SVN/moreposrepository root: http: // 192.168.1.108/SVN/moreposrepository UUID: e88d9f14-33a0-11e2-b682-6750b1a172eeRevision: 11 node kind: directoryschedule: normallast changed Author: svnmolast changed rev: 11 last changed Date: 12:57:28 + 0800 (Fri, 25 Jan 2013)
On the client side, if a work copy is not created locally, we can also use the svn command to obtain the uuid of the version library through the network.
$ SVN info http: // 192.168.1.108/SVN/morepospath: moreposurl: http: // 192.168.1.108/SVN/moreposrepository root: http: // 192.168.1.108/SVN/moreposrepository UUID: e88d9f14-33a0-11e2-b682-6750b1a172eeRevision: 11 node kind: directorylast changed Author: molast changed rev: 11 last changed Date: 12:57:28 + 0800 (Fri, 25 Jan 2013)
On the server side, you can use the following command to obtain the uuid of the version library.
$ Svnlook UUID/home/SVN/svndata/morepos/e88d9f14-33a0-11e2-b682-6750b1a172ee