Skip to content
Permalink
master
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
 
 
Cannot retrieve contributors at this time
executable file 18 lines (14 sloc) 272 Bytes
#!/bin/bash
start_rev=695
util_first=2918
initiator_first=2162
svn_start_update()
{
cd $1
svn update -r $2
cd ..
}
# git-reset --hard BEGIN
svn_start_update osd-target $start_rev
svn_start_update osd-util $util_first
svn_start_update osd-initiator $initiator_first