I was able to checkout 7.0.58. I was also able to use git archive to create a snapshot of the source tree at version 7.0.58. Although I had to remove the --format and -9 command line parameters (I suspect that has to do with the version of the git client on the machine though).
Maybe re-cloning the repo might help. ----- Rom -----Original Message----- From: boinc_dev [mailto:[email protected]] On Behalf Of Gianfranco Costamagna Sent: Monday, March 25, 2013 12:09 PM To: [email protected]; Boinc Subject: [boinc_dev] boinc-v2 broken? Hi All, I noticed your switch from boinc.git and boinc-v2.git. I cloned the new repo from scratch git clone http://boinc.berkeley.edu/git/boinc-v2.git entered in the new git repo cd boinc-v2 tried to export the .58 tag git archive --worktree-attributes -v --format tgz -o ../boinc_7.0.58+dfsg.orig.tar.gz -9 --prefix boinc-7.0.58+dfsg/ client_release/7.0/7.0.58 but it FAILED. locutus@Unimatrix02-Quantal:~/branches/boinc-v2 [master] $ git checkout client_release/7.0/7.0. client_release/7.0/7.0.1 client_release/7.0/7.0.16 client_release/7.0/7.0.22 client_release/7.0/7.0.29 client_release/7.0/7.0.35 client_release/7.0/7.0.10 client_release/7.0/7.0.17 client_release/7.0/7.0.23 client_release/7.0/7.0.3 client_release/7.0/7.0.36 client_release/7.0/7.0.11 client_release/7.0/7.0.18 client_release/7.0/7.0.24 client_release/7.0/7.0.30 client_release/7.0/7.0.5 client_release/7.0/7.0.12 client_release/7.0/7.0.19 client_release/7.0/7.0.25 client_release/7.0/7.0.31 client_release/7.0/7.0.6 client_release/7.0/7.0.13 client_release/7.0/7.0.2 client_release/7.0/7.0.26 client_release/7.0/7.0.32 client_release/7.0/7.0.7 client_release/7.0/7.0.14 client_release/7.0/7.0.20 client_release/7.0/7.0.27 client_release/7.0/7.0.33 client_release/7.0/7.0.8 client_release/7.0/7.0.15 client_release/7.0/7.0.21 client_release/7.0/7.0.28 client_release/7.0/7.0.34 client_release/7.0/7.0.9 why tags >= .36 aren't listed? I can see them in gitweb, is this a bug in git? I cannot even checkout them, git checkout client_release/7.0/7.0.58 thanks Gianfranco _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address. _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
