> Do you know what svnsync does? The svnsync help says that the > destination repository should be a "read-only mirror" of the source, > but I'd like to switch to the public repository for future > development. Can I svnsync and then start using it as a read-write > repo? Does svnsync copy all the history, or just the current version? > Does it track file moves like standard svn?
If your data bindings stuff was always in a specific folder of the larger project, you should be able to svnsync that part of the project into Google Code. Check out the "How do I import an existing Subversion repository?" section here: http://code.google.com/p/support/wiki/FAQ. It does track all svn activity from that sub directory. You might have to ask to have your svn repo reset to 0 so you can sync it. Check out the Group here: http://groups.google.com/group/google-code-hosting -- Arthur Kalmenson On Wed, Oct 22, 2008 at 11:49 AM, Ian Petersen <[EMAIL PROTECTED]> wrote: > > On Wed, Oct 22, 2008 at 11:41 AM, Arthur Kalmenson > <[EMAIL PROTECTED]> wrote: >> >>> Great, I've added a ticket already. The code would be helpful though >>> :P. We'd like to start sending in patches when we find some things to >>> change. >> >> OK, the code is there now, but what do you use to build your projects >> usually? Do you use Maven or Ant? Personally, I prefer Maven.... > > It's not really there yet. I'd like to mirror the changes I went > through in my private repository so other people can glean whatever > they can from the revision history so what's there now is the very > first version of my work. > > Do you know what svnsync does? The svnsync help says that the > destination repository should be a "read-only mirror" of the source, > but I'd like to switch to the public repository for future > development. Can I svnsync and then start using it as a read-write > repo? Does svnsync copy all the history, or just the current version? > Does it track file moves like standard svn? > > As for build tools, I'm using Ant myself. Right now, my private copy > of the data binding library is one piece of a big project so the build > script is external to the data binding piece. I intend to get my > revision history uploaded, then add a data binding-specific build > scrip to the public repo. > > Ian > > > > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
