use correct locations on git.samba.org
authorStefan Metzmacher <metze@samba.org>
Mon, 24 Dec 2007 07:58:00 +0000 (01:58 -0600)
committerStefan Metzmacher <metze@samba.org>
Mon, 24 Dec 2007 07:58:00 +0000 (01:58 -0600)
metze

sync-v4-0-test.pl

index 7452d18a415badceec3b530d0944a61648be537d..0c60010c26f8842f6083819b131bc25312a9ff80 100755 (executable)
@@ -6,11 +6,14 @@ use strict;
 use SVN2GitPatch;
 
 my $svn_repo_path = "/tmp/svn/samba.repo";
+$svn_repo_path = "/home/svn/samba";
 my $authors_file = "svn-authors";
 
 my $svn_branch = "branches/SAMBA_4_0";
 my $svn_start_rev = 25600;
+$svn_start_rev = 26554;
 my $basepath = "/tmp/svn/v4-0-test";
+$basepath = "/data/git/metze/samba4-sync/samba4-draft";
 
 my $patch_path = "$basepath/patches";
 my $last_svn_rev_file = "$patch_path/latest.svnrev";
@@ -68,3 +71,4 @@ foreach my $rev (sort keys %{$revs}) {
 
        save_last_svn_rev($last_svn_rev_file, $rev);
 }
+