Sometimes you get a problem when you commit to the main repository but are synching against the European SVN mirror; it can appear that your commits went missing. A second git svn dcommit cleans it up, but its annoying. Apparently there's a way you can set things up to explicitly use the master SVN server.
Branches are a mess; to back-port fixes I've taken to keeping a second SVN workspace around, synchronized to maint_5_2, and generating patches from trunk (using Git) that I then apply and commit (using SVN). On Wed, Jul 6, 2011 at 10:24 AM, Massimo Lusetti <[email protected]> wrote: > On Wed, Jul 6, 2011 at 7:08 PM, Howard Lewis Ship <[email protected]> wrote: > >> I'm using the Git SVN approach. > > I've tried the same for Chenillekit but it fails more then it does > right... It goes smoothly for you? > > Cheers > -- > Massimo > http://meridio.blogspot.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Howard M. Lewis Ship Creator of Apache Tapestry The source for Tapestry training, mentoring and support. Contact me to learn how I can get you up and productive in Tapestry fast! (971) 678-5210 http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
