2009/2/26 Adam Murdoch <[email protected]> > > > Tom Eyckmans wrote: > > I've updated the > http://docs.codehaus.org/display/GRADLE/How+to+contribute+a+patch+to+Gradlepage > on our Wiki. > > Feedback is more than welcome. > > Thanks for doing this. > > I think it's a little odd that I have to use a particular developer's > repository, which may or may not be up to date, and may or may not have > other changes in it. >
Personally I reserve the master branch for tracking SVN trunk and only merge feature branches with it when I am ready to commit to SVN. > Is it possible to set up a repository on github which is automatically > synchronised with svn? > I don't think so, I haven't seen any Git hosting that provides this anybody know of a hosting service with this feature? If needed I could setup a cron job to sync stuff. > Or is it easy for someone to create an empty repository and sync it with > svn manually? > I have to do some testing with this. I already tried to clone my repo on GitHub and on the new clone the information about SVN is not available, so I had to configure the SVN sync again, I do have look into this some more because I don't know how this new repo will relate with the original repo and if work is easily shared. I also have to test this with a forked repo via GitHub. > > > Adam > >
