Code Comments
Programming Forum and web based access to our favorite programming groups.Hi, I am looking at http://docs.ofbiz.org/display/OFBIZ...s+Vendor+Branch and have a question. In the section "Import apache OFBiz for the first time and create the customofbiz project" there is the following tip: /Tip: the .svnversion/conf file should be equal to the standard ofbiz file except for the svn:keywords properties that should be completely removed to avoid merging problems later on /Can someone please explain this to me, I really dont want to screw up my repository from the start. Where is "/svnversion/conf/", what is the "standard ofbiz file" and where are the svn:keywords properties? Thank you Cheers Grant Edwards / /
Post Follow-up to this messageThe standard ofbiz config file is here : http://ofbiz.apache.org/svn/config The config file on your local machine can searched on the "Home folder" of the "User" after enabling the feature to see the hidden files. There is a folder .subversion and config file exists inside it. Suppose I work by user ashish on my Linux box. So config file on my local machine will be available at /home/ashish/.subversion/config. I am not sure about the merging thing because I didn't play with it. Somebody can help you on this. -- Ashish On Wed, Jun 11, 2008 at 4:34 AM, Grant Edwards <grant.eric.edwards@gmail.com > wrote: > Hi, > > I am looking at > [url]http://docs.ofbiz.org/display/OFBIZ/SVN+Tips+-+svn_load_dirs+Vendor+Branchand[/u rl] have a question. > > In the section "Import apache OFBiz for the first time and create the > customofbiz project" there is the following tip: > > /Tip: the .svnversion/conf file should be equal to the standard ofbiz file > except for the svn:keywords properties that should be completely removed t o > avoid merging problems later on > > > /Can someone please explain this to me, I really dont want to screw up my > repository from the start. Where is "/svnversion/conf/", what is the > "standard ofbiz file" and where are the svn:keywords properties? > > Thank you > > Cheers > > Grant Edwards > / > / >
Post Follow-up to this messageThank you Ashish, at least now I have the correct config file. Now reading that tip again it states "svn:keywords properties that should be completely removed ...". Was the author of this tip, meaning change this: [auto-props] *.java = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords="Date Rev Author URL Id" *.bsh = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords="Date Rev Author URL Id" *.groovy = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords="Date Rev Author URL Id" *.jsp = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords="Date Rev Author URL Id" *.tld = svn:mime-type=text/xml;svn:eol-style=native;svn:keywords="Date Rev Author URL Id" to this: [auto-props] *.java = svn:mime-type=text/plain;svn:eol-style=native *.bsh = svn:mime-type=text/plain;svn:eol-style=native *.groovy = svn:mime-type=text/plain;svn:eol-style=native *.jsp = svn:mime-type=text/plain;svn:eol-style=native *.tld = svn:mime-type=text/xml;svn:eol-style=native Kind regards Grant Edwards Ashish Vijaywargiya wrote: > The standard ofbiz config file is here : [url]http://ofbiz.apache.org/svn/config[/url ] > The config file on your local machine can searched on the "Home folder" of > the "User" after enabling the feature to see the hidden files. > There is a folder .subversion and config file exists inside it. > > Suppose I work by user ashish on my Linux box. > So config file on my local machine will be available at > /home/ashish/.subversion/config. > > > I am not sure about the merging thing because I didn't play with it. > Somebody can help you on this. > > > -- > Ashish > > > On Wed, Jun 11, 2008 at 4:34 AM, Grant Edwards <grant.eric.edwards@gmail.c om> > wrote: > > > >
Post Follow-up to this messageYes you are right. On my local machine I replaced my config file from the file that come-up for Ofbiz one i.e http://ofbiz.apache.org/svn/config. -- Ashish On Wed, Jun 11, 2008 at 9:35 AM, Grant Edwards <grant.eric.edwards@gmail.com > wrote: > Thank you Ashish, at least now I have the correct config file. > > Now reading that tip again it states "svn:keywords properties that should > be completely removed ...". > > Was the author of this tip, meaning change this: > > [auto-props] > *.java = > svn:mime-type=text/plain;svn:eol-style=native;svn:keywords="Date Rev Autho r > URL Id" > *.bsh = > svn:mime-type=text/plain;svn:eol-style=native;svn:keywords="Date Rev Autho r > URL Id" > *.groovy = > svn:mime-type=text/plain;svn:eol-style=native;svn:keywords="Date Rev Autho r > URL Id" > *.jsp = > svn:mime-type=text/plain;svn:eol-style=native;svn:keywords="Date Rev Autho r > URL Id" > *.tld = > svn:mime-type=text/xml;svn:eol-style=native;svn:keywords="Date Rev Author > URL Id" > > > to this: > > [auto-props] > *.java = svn:mime-type=text/plain;svn:eol-style=native > *.bsh = svn:mime-type=text/plain;svn:eol-style=native > *.groovy = svn:mime-type=text/plain;svn:eol-style=native > *.jsp = svn:mime-type=text/plain;svn:eol-style=native > *.tld = svn:mime-type=text/xml;svn:eol-style=native > > > Kind regards > > Grant Edwards > > > > Ashish Vijaywargiya wrote: > >
Post Follow-up to this messageHi Grant, the tip in that page is no more really required because since then we have removed all the keywords from the OFBiz source files. Jacopo On Jun 11, 2008, at 3:35 PM, Grant Edwards wrote: > Thank you Ashish, at least now I have the correct config file. > > Now reading that tip again it states "svn:keywords properties that > should be completely removed ...". > > Was the author of this tip, meaning change this: > > [auto-props] > *.java = svn:mime-type=text/plain;svn:eol- > style=native;svn:keywords="Date Rev Author URL Id" > *.bsh = svn:mime-type=text/plain;svn:eol- > style=native;svn:keywords="Date Rev Author URL Id" > *.groovy = svn:mime-type=text/plain;svn:eol- > style=native;svn:keywords="Date Rev Author URL Id" > *.jsp = svn:mime-type=text/plain;svn:eol- > style=native;svn:keywords="Date Rev Author URL Id" > *.tld = svn:mime-type=text/xml;svn:eol- > style=native;svn:keywords="Date Rev Author URL Id" > > > to this: > > [auto-props] > *.java = svn:mime-type=text/plain;svn:eol-style=native > *.bsh = svn:mime-type=text/plain;svn:eol-style=native > *.groovy = svn:mime-type=text/plain;svn:eol-style=native > *.jsp = svn:mime-type=text/plain;svn:eol-style=native > *.tld = svn:mime-type=text/xml;svn:eol-style=native > > > Kind regards > > Grant Edwards > > > > Ashish Vijaywargiya wrote:
Post Follow-up to this messageThanks Jacopo. Can we get that tip removed from the wiki page ? Grant Jacopo Cappellato wrote: > Hi Grant, > > the tip in that page is no more really required because since then we > have removed all the keywords from the OFBiz source files. > > Jacopo > > On Jun 11, 2008, at 3:35 PM, Grant Edwards wrote: > > >
Post Follow-up to this messageDone, Jacques From: "Grant Edwards" <grant.eric.edwards@gmail.com> > Thanks Jacopo. > > Can we get that tip removed from the wiki page ? > > Grant > > Jacopo Cappellato wrote: >
Post Follow-up to this messageThanks Jacques :) -- Ashish On Thu, Jun 12, 2008 at 2:58 AM, Jacques Le Roux < jacques.le.roux@les7arts.com> wrote: > Done, > > Jacques > > From: "Grant Edwards" <grant.eric.edwards@gmail.com> > > Thanks Jacopo.
Post Follow-up to this messageThanks for all your help, my repository is now working well. Ashish Vijaywargiya wrote: > Thanks Jacques :) > > -- > Ashish > > On Thu, Jun 12, 2008 at 2:58 AM, Jacques Le Roux < > jacques.le.roux@les7arts.com> wrote: > > > >
Post Follow-up to this messageThat's perfect Grant. -- Ashish On Thu, Jun 12, 2008 at 4:19 AM, Grant Edwards <grant.eric.edwards@gmail.com > wrote: > Thanks for all your help, my repository is now working well. > > Ashish Vijaywargiya wrote: > >
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.