> ... so, given that I've used "fedpkg co -B" to create a working tree > with a subdirectory per branch, what's the incantation to get an f15/ > subdirectory added to that tree? I hope there's a better answer than > "rm -rf and re-clone". This is what I am doing: for i in *; do if [ -d $i -a -d $i/master -a ! -d $i/f15 ]; then cd $i fedpkg co -b f15 $i mv $i f15 cd .. fi done Jens -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel