Move a bunch of branches with one commit
From: Kylo Ginsberg <kylo.ginsberg_at_gmail.com>
Date: 2007-03-12 23:03:14 CET
Following a cvs2svn conversion, I would like to organize branches and
My question: Is there a better way to do this? Any gotchas with what I'm doing?
Thanks,
#!/bin/bash
# move all branches containing "unlabeled" to /lost+found
svn co -N svn://snow/svnroot .
cd branches
for i in `ls`; do
cd ..
svn ci -m "big move"
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.