1SVM(1) User Contributed Perl Documentation SVM(1)
2
3
4
6 svm - command line interface for remote Subversion repository mirroring
7
9 # the svn repository for svm to use
10 % setenv SVMREPOS ~/svm
11
12 # set the path mirror/svn to mirror official subversion trunk
13 % svm init mirror/svn http://svn.collab.net/repos/svn/trunk
14
15 # run the actual mirroring
16 # flatten the changesets between revision 1 thru 6000
17 % svm sync mirror/svn 6000
18
19 # merge back changes in local branch
20 % svn cp file://$SVMREPOS/mirror/svn file://$SVMREPOS/svn-local
21 # make some changes and then merge back to source repository
22 % svm mergeback mirror/svn svn-local
23
25 svm mirrors remote repository accissible via SVN::Ra interface to a
26 local repository.
27
29 init path url
30 Initialize the path in svm repository to mirror from url.
31
32 sync path [sync_to]
33 Invoke the synchronization of path in svm repository according the
34 how it is initialized.
35
37 Chia-liang Kao <clkao@clkao.org>
38
40 Copyright 2003 by Chia-liang Kao <clkao@clkao.org>.
41
42 This program is free software; you can redistribute it and/or modify it
43 under the same terms as Perl itself.
44
45 See <http://www.perl.com/perl/misc/Artistic.html>
46
47
48
49perl v5.8.8 2006-11-02 SVM(1)