pentoo / pentoo-historical

read-only historical backup of pentoo from googlecode
https://code.google.com/p/pentoo/
2 stars 1 forks source link

Github read-only mirror #199

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. emerge --sync

What is the expected output? 

* 
 * Succeeded:
 * ------
 * Successfully synchronized overlay "pentoo".
 * 

What do you see instead?

 * Fetching remote list,...
 * Remote list already up to date: http://www.gentoo.org/proj/en/overlays/repositories.xml
 * Last-modified: Mon, 09 Dec 2013 13:30:03 GMT
 * Fetch Ok

 * Syncing selected overlays,...
 * Running Subversion... # /usr/bin/svn up /var/lib/layman/pentoo
Updating '/var/lib/layman/pentoo':
svn: E175002: Unable to connect to a repository at URL 
'https://pentoo.googlecode.com/svn/portage/trunk'
svn: E175002: Server sent unexpected return value (502 Bad Gateway) in response 
to OPTIONS request for 'https://pentoo.googlecode.com/svn/portage/trunk'
 * Failure result returned from Subversion
 * Running Git... # ( cd /var/lib/layman/sabayon  && /usr/bin/git pull )
Already up-to-date.
 * 
 * Succeeded:
 * ------
 * Successfully synchronized overlay "sabayon".
 * 
 * 
 * Errors:
 * ------
 * Failed to sync overlay "pentoo".
 * Error was: Syncing overlay "pentoo" returned status 1!
 * db.sync()
 * 

 * CLI: Errors occurred processing action sync_all
 * 
 * Errors:
 * ------
 * Failed to sync overlay "pentoo".
 * Error was: Syncing overlay "pentoo" returned status 1!
 * db.sync()
 * 

q: Updating ebuild cache ... 
q: Finished 37705 entries in 0.233764 seconds

 * IMPORTANT: 1 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

What version of the product are you using? On what operating system?

pentoo:pentoo/hardened/linux/amd64/bleeding_edge

Please provide any additional information below.

Please transfer the project to another location - google sucks
would be nice to have a mirror of the repo,
regards

Original issue reported on code.google.com by tooxicbu...@gmail.com on 12 Dec 2013 at 10:16

GoogleCodeExporter commented 9 years ago
yeah, we can easily make a mirror at github using
http://svn2github.com/ , as an example

My problem with google is absence of ... search function. There is also no 
statistic etc. 

The service is just too primitive.

Original comment by blshkv on 12 Dec 2013 at 2:58

GoogleCodeExporter commented 9 years ago
tbh, if we talk of transition to git it may be good idea to look at the 
bitbucket too and some tools from atlassian like jira (was free for approved 
open source projects). btw other thing is, that in portage (support for git 
based portage tree added to portage by Z.Medico) we may work with git too like 
in case of funtoo (http://www.funtoo.org/Portage_Tree) and regen2 - but I may 
went too far with this :)
in general i like this idea of a git based mirror.

Original comment by tooxicbu...@gmail.com on 12 Dec 2013 at 5:18

GoogleCodeExporter commented 9 years ago
I search just fine on my local machine but if you want to setup a mirror on 
github which automatically syncs that is fine.

My main issue with git is that I have a much harder time using it (yes still) 
and I have exactly ZERO motivation to get all the "better collaboration" since 
not a single person has ever sent a patch EVER.

Original comment by sidhayn on 13 Dec 2013 at 12:50

GoogleCodeExporter commented 9 years ago
howto migrate (code/issues/wiki):
 http://trentm.com/2012/03/google-code-to-github.html
howto keep it synced:
 http://stackoverflow.com/questions/796991/fork-and-synchronise-google-code-subversion-repository-into-github

Original comment by blshkv on 16 Jan 2014 at 12:14

GoogleCodeExporter commented 9 years ago
there is a mirror created using svn2github service:

https://github.com/svn2github/pentoo

Enjoy!

Original comment by blshkv on 8 Sep 2014 at 3:01