Hello,
Has anyone used OFBiz SVN repository replication and sync for maintaining their own code modifications to OFBiz? I have been trying to figure that out but not having any luck so far. There are several applications that do this sort of thing:
I would appreciate any guidance on working solutions. Regards, Vinay Agarwal _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
hi,
I tried something like that a couple of times but didn't get it to work the way it should yet. I recently found this entry in the wiki and I will try it again soon. Maybe it's helpful for you too? http://ofbizwiki.go-integral.com/Wiki.jsp?page=SVNTips If it's something else that you want to achieve then I'm sorry, just ignore me, I'm obviously not only new to OFBiz but also to SVN... ;-) regards, Anna > --- Ursprüngliche Nachricht --- > Von: "Vinay Agarwal" <[hidden email]> > An: "'OFBiz Users / Usage Discussion'" <[hidden email]> > Betreff: [OFBiz] Users - SVN Replication > Datum: Mon, 20 Mar 2006 15:55:44 -0800 > > Hello, > > > > Has anyone used OFBiz SVN repository replication and sync for maintaining > their own code modifications to OFBiz? I have been trying to figure that > out > but not having any luck so far. There are several applications that do > this > sort of thing: > > 1. SVK- an SVN superset that has mirror and sync functionality but it > seems to change the version numbers causing merge problems. > 2. SVN::Mirror - I wasn't able to install it on Windows XP. > 3. SVNreplicate - Their download site doesn't seem to respond. > > > > I would appreciate any guidance on working solutions. > > Regards, > > Vinay Agarwal > > -- "Feel free" mit GMX FreeMail! Monat für Monat 10 FreeSMS inklusive! http://www.gmx.net _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
In reply to this post by Vinay Agarwal
Some of us use Eclipse as an IDE.
it also has SVN plugin. in this I have one project that is tied to the SVN directly, it is keep uptodate. My code for each client, is other projects. I use diff to show me what is different from the SVN project and my other projects. Also there is an XML feed that show the SVN changes that can be use to keep track, as well as the JIRA mailing list. Vinay Agarwal sent the following on 3/20/06 3:55 PM: > Hello, > > > > Has anyone used OFBiz SVN repository replication and sync for maintaining > their own code modifications to OFBiz? I have been trying to figure that out > but not having any luck so far. There are several applications that do this > sort of thing: > > 1. SVK- an SVN superset that has mirror and sync functionality but it > seems to change the version numbers causing merge problems. > 2. SVN::Mirror - I wasn't able to install it on Windows XP. > 3. SVNreplicate - Their download site doesn't seem to respond. > > > > I would appreciate any guidance on working solutions. > > Regards, > > Vinay Agarwal > > > > > ------------------------------------------------------------------------ > > > _______________________________________________ > Users mailing list > [hidden email] > http://lists.ofbiz.org/mailman/listinfo/users _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
In reply to this post by Anna Schietz
Anna, Vinay,
I created that wiki page with some notes I did while performing some tests. Unfortunately I could not really complete my work, so just consider that page a work in progress. However, I'm still very interested in finding a good/simple/reliable strategy to maintain synched two different codebases... so maybe we can share our solutions/tests. Some useful tips: http://www.ofbiz.org/best-practices.html#Differences http://www.amazon.com/gp/product/0974514063/002-0774660-9812043?n=283155 (the ideas in the wiki page are taken from the book above) Jacopo Anna Schietz wrote: > hi, > > I tried something like that a couple of times but didn't get it to work the > way it should yet. I recently found this entry in the wiki and I will try it > again soon. Maybe it's helpful for you too? > > http://ofbizwiki.go-integral.com/Wiki.jsp?page=SVNTips > > If it's something else that you want to achieve then I'm sorry, just ignore > me, I'm obviously not only new to OFBiz but also to SVN... ;-) > > regards, > Anna > > > >> --- Ursprüngliche Nachricht --- >> Von: "Vinay Agarwal" <[hidden email]> >> An: "'OFBiz Users / Usage Discussion'" <[hidden email]> >> Betreff: [OFBiz] Users - SVN Replication >> Datum: Mon, 20 Mar 2006 15:55:44 -0800 >> >> Hello, >> >> >> >> Has anyone used OFBiz SVN repository replication and sync for maintaining >> their own code modifications to OFBiz? I have been trying to figure that >> out >> but not having any luck so far. There are several applications that do >> this >> sort of thing: >> >> 1. SVK- an SVN superset that has mirror and sync functionality but it >> seems to change the version numbers causing merge problems. >> 2. SVN::Mirror - I wasn't able to install it on Windows XP. >> 3. SVNreplicate - Their download site doesn't seem to respond. >> >> >> >> I would appreciate any guidance on working solutions. >> >> Regards, >> >> Vinay Agarwal >> >> > _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Free forum by Nabble | Edit this page |