published by flevour on Fri, 28/07/2006 - 14:00
I was messing around at Technorati trying out new features and searching for statistics about my blog and I found a site linking to me: "Porkchop Sandwhices".
This blog has captured my attention because in
2 very close posts I found 2 interesting info for me! The one about the opening URLs with middle-click made my day, because it was a feature I used a lot when it was a default. When I noticed it was gone I didn’t anything to get it back and so I got used to live without it. But now it’s back, yay!
Digging deeper in the archives of the afore-mentioned blog I discover another
sweet trick: I’ll be I’ll be using this soon.
Exporting (on OldServer)
svnadmin dump reponame | nc6 -x newserver 7676
Importing (on NewServer)
svnadmin create reponame <br />
nc6 -x -l -p 7676 | svnadmin load reponame
Recent comments