Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy source to GC SVN #1

Open
GoogleCodeExporter opened this issue Apr 29, 2015 · 1 comment
Open

Copy source to GC SVN #1

GoogleCodeExporter opened this issue Apr 29, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Need to get code into GC SVN

http://ss12.info/svn/mcrdr/

*Notes from FAQ*

How do I import an existing Subversion repository?

To upload the history of an existing Subversion repository, use the svnsync
tool that ships with Subversion 1.4. Run svnsync help to read more about
this tool.

Note that your Google Code repository must be reset to revision 0 for this
to work. Your project's Source tab will display instructions on how to
reset the repository yourself. (Note: you must be a project owner to reset
your own repository, and also to push code up with svnsync.)

Here's a sample transcript that demonstrates how you can push history from
an existing repository (located at file:///my/repos) to your repository on
Google Code:

  $ svnsync init --username YOURUSERNAME
https://YOURPROJECT.googlecode.com/svn file:///path/to/localrepos
  Copied properties for revision 0.
  $ svnsync sync --username YOURUSERNAME https://YOURPROJECT.googlecode.com/svn
  Committed revision 1.
  Copied properties for revision 1.
  Committed revision 2.
  Copied properties for revision 2.
  [...]

When prompted for your password, use your googlecode.com password, which
can be found on your settings page.

Running svnsync on a large repository will take a significant amount of
time. If you are disconnected during the process, you may see the error
message "svnsync: Couldn't get lock on destination repos after 10
attempts". If this happens, you can remove the lock yourself; see the
"Locks" section of svnsync.txt. 

Original issue reported on code.google.com by [email protected] on 21 May 2009 at 7:05

@GoogleCodeExporter
Copy link
Author

I think this should be critical

Original comment by [email protected] on 21 May 2009 at 7:06

  • Added labels: Priority-Critical
  • Removed labels: Priority-High

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant