rogerjms / bedtools

Automatically exported from code.google.com/p/bedtools
0 stars 0 forks source link

anonymous svn checkout of 'trunk' returns no files #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I attempted to do an anonymous svn checkout using this command

svn checkout http://bedtools.googlecode.com/svn/trunk/ bedtools-read-only

But my bedtools-read-only directory does not contain any code.

Checkout of 

svn checkout http://bedtools.googlecode.com/svn/ bedtools-read-only

created branches, tags, and trunk (all empty) plus a wiki dir with two files.

Original issue reported on code.google.com by timothy.beck@gmail.com on 25 Nov 2009 at 4:59

GoogleCodeExporter commented 9 years ago
We are working on this.  The developer uses Git as a version control system and 
is
facing problems exporting to the Google Code SVN repository.  While there are 
posted
solutions to this problem (many others facing it), unfortunately none seem to 
work. 
This is a priority, but no solution has been found yet.  In the interim, please
suffer through downloading the most recent tarball from the site.

Original comment by aaronqui...@gmail.com on 12 Jan 2010 at 1:16

GoogleCodeExporter commented 9 years ago

Original comment by aaronqui...@gmail.com on 18 Jul 2010 at 3:45

GoogleCodeExporter commented 9 years ago
Any news about this issue? I checked out the code and I still get the same 
empty directory.

Original comment by jor...@gmail.com on 20 Jul 2010 at 6:53

GoogleCodeExporter commented 9 years ago
Very little, sorry.  I tried syncing my Git repo with SVN and ran into some 
nasty troubles.  Too many in fact to justify the headache, given that one can 
get the code easily with a wget / tar -zxvf.  I feel that it's best to wait 
until Google support Git, which I head is soon.

I apologize for the inconvenience.

Original comment by aaronqui...@gmail.com on 20 Jul 2010 at 8:03

GoogleCodeExporter commented 9 years ago
One easy solution would be to set up the project such that clicking on the 
"Source" tab takes people to a wiki page where there is simply a link to the 
Github repository. I have done that for my project cutadapt, see here:
http://code.google.com/p/cutadapt/

While that doesn't give you SVN synchronization (which I don't think is really 
necessary anyway), but at least doesn't give the false impression that the code 
isn't available.

Original comment by marcel.m...@tu-dortmund.de on 26 Jun 2012 at 2:54

GoogleCodeExporter commented 9 years ago
Then could you switch bedtools repository to git completely?

Original comment by cielarti...@gmail.com on 23 Nov 2012 at 6:40

GoogleCodeExporter commented 9 years ago
Ah... anyway now google code supports git.

Original comment by cielarti...@gmail.com on 23 Nov 2012 at 7:03

GoogleCodeExporter commented 9 years ago
Four years after this ticket was filed there is still no link on this 
googlecode project referring users to the real source code repository? Please 
fix this using Marcel's suggestion above 18 months ago.

bedtools appears to be on github: https://github.com/arq5x/bedtools (you may 
want to add a link to that to the project's main page on googlecode)

It can be checked out using git:
git clone https://github.com/arq5x/bedtools.git

Or using svn:
svn co https://github.com/arq5x/bedtools/trunk
(since github supports using the svn client to access their git repositories: 
https://github.com/blog/966-improved-subversion-client-support)

Original comment by ryandesi...@gmail.com on 19 Nov 2013 at 6:00

GoogleCodeExporter commented 9 years ago
Thanks for the ping.  I will clean this up.

Original comment by aaronqui...@gmail.com on 19 Nov 2013 at 7:31