
in discussion Hidden / Dyskusje poszczególnych stron » Svn2github problems
Working as the professional MP4 to Roku Converter, iDealshare VideoGo can fast and batch convert a variety of MP4 files for successfully play on Roku USB channel.
Python, BASH, PHP and JavaScript programmer, Linux fanatic user, and uber-geek.
My name is Piotr Gabryjeluk. I currently work at Facebook.com. Previously I worked at Wikia.com, Allegro.pl, Wikidot.com and several other companies.
I'm blogging mostly about Linux, BASH, Python and geek or funny stuff.
Working as the professional MP4 to Roku Converter, iDealshare VideoGo can fast and batch convert a variety of MP4 files for successfully play on Roku USB channel.
Working as the professional MP4 to Roku Converter, iDealshare VideoGo can fast and batch convert a variety of MP4 files for successfully play on Roku USB channel.
Working as the professional MP4 to Roku Converter, iDealshare VideoGo can fast and batch convert a variety of MP4 files for successfully play on Roku USB channel.
Working as the professional MP4 to Roku Converter, iDealshare VideoGo can fast and batch convert a variety of MP4 files for successfully play on Roku USB channel.
+1
Manuals, User Guides Library: GuidesLIB.com
Top Manufacturers: JVC, Sony, Canon, etc.
I have 11.04 now!
Manuals, User Guides Library: GuidesLIB.com
Top Manufacturers: JVC, Sony, Canon, etc.
Assuming the main issue here was the overhead on the server side, I think it ought to be possible to get Travis CI to do this, see for example here (no proper links as I'm not allowed):
gist.github(dot)com/willprice/e07efd73fb7f13f917ea
And a cron job to actually make it happen:
docs.travis-ci(dot)com/user/cron-jobs/
Just a thought.
Would it be possible to have a noisier message in the "It had been cloned by http : // svn2github.com / , but the service was since closed." area that appears on the top of the page with the top directory?
Some users of cloned projects may not notice at first sight the important part of your message: that the service is closed.
Perhaps: "but *CAUTION*: the service was since closed" would be better?
Been using svn2github for a while, mostly because of Virtualbox still being on SVN. I will miss your service x)
Okay I did it with:
git svn clone [svn-address] .
git svn rebase
I made a branch for my fork development, and now I don't even see why I'd use svn2github.
Yes, I will miss it too (thanks for sharing the tool to do it), especially when I run into strange "Access is denied" issues while trying to update or import doublecmd. I made an issue on github with logs.
Thanks for hosting all of this. It was a big gift to the community. It will be missed.
Nooo, this has been extreamly useful for me!!! :( Thank you for your efforts.
Thank you for your kind words and sorry for the disruption of service.
It is true each time you issue git svn init it creates an incompatible clone.
What is needed to create one that's compatible with the previous one is the UUID that's assigned to the existing one using this:
# Clone the Git repo from GitHub:
git clone https://github.com/svn2github/dosbox
# Initialize the SVN mapping and fetch the SVN commits:
git svn init --rewrite-uuid=UUID SVN_URL
git svn fetch
# Pull new commits from SVN and apply on top of your local Git:
git svn rebase
# This should say "remote/master up to date" unless there are new commits in SVN
# If SVN has more commits, you can push the changes back to GitHub by:
git push origin master
UUID for dosbox is ed541006-0bf7-43e9-8c4d-6fc63c346d47, SVN_URL is http://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk
I will test that if that works, I'll open another issue in the repos with instructions on how to clone the repo so that its compatible with the GitHub clone.
I imagine one could set up a simple service/script that keeps the repo updated.
Piotr Gabryjeluk
visit my blog
It'll be sad to see this great service go. Many of these longstanding projects (such as DOSBox) still seem to persist with SVN/Sourceforge, and svn2github seems to serve as a kind of hub for them all, serving in some cases as the closest thing to an official repo..
I've had a go with git-svn or similar before, but I seemed to get different commit hashes from yours, which was inconvenient when forking/merging.
If there's a way to have a "canonical" setup that can keep continuity with what you have done currently, that would be the next best thing, I think.
Any plans on making a way to mark svn repositories as following the standard layout of trunk, tags, and branches? I noticed that the DOSBox repo created a new branch based on their trunk, then merged it back in under svn, but the git-svn command that only references trunk recognizes that there was a merge, but doesn't know how to reference it so it doesn't record the merge (nor the branch).
leiger, oops, I forgot to put out a link: http://svn2github.com/
Piotr Gabryjeluk
visit my blog
Hi Piotr,
Is this a project that you've already launched?
~ Shane (Wikidot Community Admin - Volunteer)
Wikidot: Wikidot Editor, Official Docs
Other: YouTube (gaming, primarily Minecraft)
There's a newer version:
#!/bin/bash
if command -v python2 1>/dev/null; then
python2 -m SimpleHTTPServer
elif command -v python3 1>/dev/null; then
python3 -m http.server
fi
;-)
Piotr Gabryjeluk
visit my blog
Zalozenia tego skryptu sa bardzo dobre, ale on zwyczajnie u mnie nie dziala. Sa dwie wersje pakietow netcat i testowalem ten skrypt na obydwu wersjach. Problemy leza jeszcze w innych miejscach. Czy autor zamierza poprawic ten skrypt? Jakby co jestem chetny pomoc.