diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-02-16 15:06:40 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-02-16 15:06:40 +0100 |
commit | 79db9bb77e249a5b039e10d6148dd7107333f5f5 (patch) | |
tree | 5fb2ed89b07d59e7d76ec46649142870f576dfca /vcs-tools | |
parent | 83caced2a8a49130b5c54f14a3e12718a5630b82 (diff) | |
download | fetchmail-79db9bb77e249a5b039e10d6148dd7107333f5f5.tar.gz fetchmail-79db9bb77e249a5b039e10d6148dd7107333f5f5.tar.bz2 fetchmail-79db9bb77e249a5b039e10d6148dd7107333f5f5.zip |
Add description.
Diffstat (limited to 'vcs-tools')
-rw-r--r-- | vcs-tools/README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vcs-tools/README.txt b/vcs-tools/README.txt new file mode 100644 index 00000000..ceb13a5b --- /dev/null +++ b/vcs-tools/README.txt @@ -0,0 +1,10 @@ +These files are here to show how the conversion from SVN to Git was made. + It is for future reference in case the conversion needs to be re-done to +fix errors that surface only later. + It can also be used to showcase a way to convert existing SVN repositories +in traditional trunk/ branches/ tags/ layout. + +Not recorded in the script is an effort to force rebasing BRANCH_MAPI on +RELEASE_6-3-8 in order to provide proper ancestry for the MAPI branch, and ease +later merging, and also missing in the script are branch renames and two more +branch-to-tag conversions. |