Skip to content
Permalink
9fd312a796
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
Latest commit 9fd312a Sep 15, 2008 History
These are the script I use for mirroring the OSC's OSD svn tree.
See svninfo.txt file for more details.

svn_fetch_start.sh followed by svn_fetch3 will rebuild the all tree,
for example when svn_fetch3 has changed and we need a fresh re-import.

Otherwise svn_fetch3.sh can be used from time to time to update on new
revisions from svn.

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
0 contributors

Users who have contributed to this file

21 lines (15 sloc) 808 Bytes
svninfo: START of svn-import branch
This git Repository is an svn checkout of three sub-projects
from the OSC's OSD project:
https://svn.osc.edu/repos/pw/osd/osd-util at osd-util/
https://svn.osc.edu/repos/pw/osd/osd-target at osd-target/
https://svn.osc.edu/repos/pw/osd/osd-initiator at osd-initiator/
This git branch is a machine made Mirror of these svn branches
without any added/removed or edited files. It will start with svn
checkout of revision r695, useing the svn_fetch3.sh script to
git-commit each svn revision, one by one.
The svn_fetch3.sh script used to create this tree is available
in the first commit of this tree.
It is assumed that the proper .gitignore file is manually placed at
the git-root for proper operation of this import
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>