From 0afe495bf946c2d34047eadace02cfd79cbeb35d Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Sun, 13 Apr 2008 10:07:48 -0300 Subject: [PATCH] Add a tip referencing git svn Signed-off-by: Alberto Bertogli --- clone.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clone.txt b/clone.txt index 821bb4e..207c579 100644 --- a/clone.txt +++ b/clone.txt @@ -118,3 +118,5 @@ Then go to the new directory and run: $ git pull The procedure for giving your changes to everyone else depends on the other version control system. The new directory contains the files with your changes. Run whatever commands of the other version control system are needed to upload them to the central repository. + +Tip: If you want to interact with a Subversion repository, check out the *git svn* command, which can automate all this (and more) for you. -- 2.11.4.GIT