Hi!
I'm trying to upload a project to googlecode. The project is all by
itself in a local repository at /svnrepo. According to google's
documentation and other people's experience (http://code.google.com/p/
support/wiki/FAQ#Subversion,
http://whynotwiki.com/How_I_moved_my_code_repository_to_Google_Code),
the following line should work, but it doesn't (project name changed):
# svnsync init https://project.googlecode.com/svn file:///svnrepo
svnsync: Unrecognized URL scheme for 'https://
project.googlecode.com/svn'
I tried changing the protocol, but it times out after a couple of
minutes with:
# svnsync init "svn+ssh://project.googlecode.com/svn" file:///svnrepo
svnsync: Network connection closed unexpectedly
I'm using subversion 1.6.5 on ubuntu 8.04. I searched the net, thia
list and subversion mailinig lists but found nothing.
Any help will be appreciated.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Hosting at Google Code" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-code-hosting?hl=en
-~----------~----~----~----~------~----~------~--~---