due to the continued outage of the sourceforge repository service, i wonder whether anybody has a *complete* backup (including the entire history) of the Pd repository?
if somebody has a recent checkout of the entire tree (or at least trunk) they might want to make a backup as well.
just in case...
mfgasd IOhannes
On 2015-07-20 02:22 PM, IOhannes m zmoelnig wrote:
due to the continued outage of the sourceforge repository service, i wonder whether anybody has a *complete* backup (including the entire history) of the Pd repository?
if somebody has a recent checkout of the entire tree (or at least trunk) they might want to make a backup as well.
The latest checked out version I have is revision 17488. But my latest checkin for cyclone was 17499, at 2015-07-15. It is a complete checkout of the pure-data-svn directory. Two instances. Not very familiar with svn internals, but there are a lot (255?) of directories in .svn/pristine.
just in case...
mfgasd IOhannes
Greetings,
Fred Jan
Pd-dev mailing list Pd-dev@lists.iem.at http://lists.puredata.info/listinfo/pd-dev
On 07/20/2015 09:25 AM, Fred Jan Kraan wrote:
On 2015-07-20 02:22 PM, IOhannes m zmoelnig wrote:
due to the continued outage of the sourceforge repository service, i wonder whether anybody has a *complete* backup (including the entire history) of the Pd repository?
if somebody has a recent checkout of the entire tree (or at least trunk) they might want to make a backup as well.
The latest checked out version I have is revision 17488. But my latest checkin for cyclone was 17499, at 2015-07-15. It is a complete checkout of the pure-data-svn directory. Two instances. Not very familiar with svn internals, but there are a lot (255?) of directories in .svn/pristine.
In the meantime, the repo for my gui port is perfectly accessible, automatically backed up nightly, and run by a knowledgeable and friendly staff (mostly students).
And I do believe I wrote _two_ emails to this list saying that my gitlab repo was up and running, that it was a sensible place to host Pd repos, and that I'd be happy to send a link to anyone to play around with it.
Mmm... shadenfraude... why do you taste so delicious? :)
Anyway the offer still stands.
-Jonathan
just in case...
mfgasd IOhannes
Greetings,
Fred Jan
Pd-dev mailing list Pd-dev@lists.iem.at http://lists.puredata.info/listinfo/pd-dev
Pd-dev mailing list Pd-dev@lists.iem.at http://lists.puredata.info/listinfo/pd-dev
On 07/20/2015 03:58 PM, Jonathan Wilkes via Pd-dev wrote:
In the meantime, the repo for my gui port is perfectly accessible, automatically backed up nightly, and run by a knowledgeable and friendly staff (mostly students).
super.
unfortunately, my question was rather whether you (or the friendly students) can magick the externals history into it :-)
Anyway the offer still stands.
i'm all for moving to git. how we organize that and where that will be hosted is a different question and i really don't like to rush anywhere. esp. i would not like to be rushed into something only because sf broke *now*.
so right now i'm mainly concerned about how to retrieve the full data. after that, we can still migrate it to whatever.
in any case: thanks for the generous offer. i really appreciate it.
Mmm... shadenfraude... why do you taste so delicious? :)
btw: s/shadenfraude/schadenfreude/
gfsad IOhannes
On 07/20/2015 03:32 PM, IOhannes m zmölnig wrote:
On 07/20/2015 03:58 PM, Jonathan Wilkes via Pd-dev wrote:
In the meantime, the repo for my gui port is perfectly accessible, automatically backed up nightly, and run by a knowledgeable and friendly staff (mostly students).
super.
unfortunately, my question was rather whether you (or the friendly students) can magick the externals history into it :-)
Anyway the offer still stands.
i'm all for moving to git. how we organize that and where that will be hosted is a different question and i really don't like to rush anywhere. esp. i would not like to be rushed into something only because sf broke *now*.
so right now i'm mainly concerned about how to retrieve the full data. after that, we can still migrate it to whatever.
in any case: thanks for the generous offer. i really appreciate it.
Mmm... shadenfraude... why do you taste so delicious? :)
btw: s/shadenfraude/schadenfreude/
Thanks for keeping your eye on the ball.
Remind me when the Sourceforge repo is back up and I'll misspell the word "rsync" for you.
-Jonathan
gfsad IOhannes
Pd-dev mailing list Pd-dev@lists.iem.at http://lists.puredata.info/listinfo/pd-dev
On 2015-07-20 02:22 PM, IOhannes m zmoelnig wrote:
due to the continued outage of the sourceforge repository service, i wonder whether anybody has a *complete* backup (including the entire history) of the Pd repository?
I have a complete git-svn clone (with history) but it's pretty old, last commit: ----8<---- commit 024362b1c8b465fe6242d545f83c38317e6f03b2 Author: nusmuk nusmuk@df7eb9d6-776f-4174-a42d-0ffd8d5d5b5d Date: Fri May 18 16:11:08 2012 +0000
improving rendering
git-svn-id: https://pure-data.svn.sourceforge.net/svnroot/pure-data@16139 df7eb9d6-776f-4174-a42d-0ffd8d5d5b5d ----8<----
first commit: ----8<---- commit 5021f8e7985d65ec1d1537c30553183e934c3551 Author: (no author) <(no author)@df7eb9d6-776f-4174-a42d-0ffd8d5d5b5d> Date: Mon Feb 5 07:57:04 2001 +0000
New repository initialized by cvs2svn.
git-svn-id: https://pure-data.svn.sourceforge.net/svnroot/pure-data@1 df7eb9d6-776f-4174-a42d-0ffd8d5d5b5d ----8<----
It seems I didn't use the right git-svn options regarding branch tracking (the working directory is *huge*):
$ du -hsc pure-data_git-svn_2012-05.tbz pure-data 275M pure-data_git-svn_2012-05.tbz 4.3G pure-data 4.5G total
nor options regarding binary file properties and some other stuff (see pure-data/.git/svn/unhandled.log ).
I put the tarball of the .git/ here, it unpacks to a directory pure-data/.git so you might want to cd somewhere fresh first: http://mathr.co.uk/tmp/pure-data_git-svn_2012-05.tbz (275MB) To get the 4GB working tree you can "git reset --hard"
But given all the issues with being 3 years out of date and stupid git-svn options I wouldn't recommend using it as anything but a last resort (or possibly an additional source for checking data consistency issues).
On 20/07/15 14:25, Fred Jan Kraan wrote:
Not very familiar with svn internals
As I understand it, svn checkouts don't include history :(
Claude