Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

SVN - vendor branch
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
/
/


Report this thread to moderator Post Follow-up to this message
Old Post
Grant Edwards
06-11-08 10:00 AM


Re: SVN - vendor branch
The 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
> /
> /
>


Report this thread to moderator Post Follow-up to this message
Old Post
Ashish Vijaywargiya
06-11-08 01:41 PM


Re: SVN - vendor branch
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:
> 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:
>
> 
>
>


Report this thread to moderator Post Follow-up to this message
Old Post
Grant Edwards
06-11-08 01:41 PM


Re: SVN - vendor branch
Yes 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:
> 
>


Report this thread to moderator Post Follow-up to this message
Old Post
Ashish Vijaywargiya
06-12-08 12:57 AM


Re: SVN - vendor branch
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:

> 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: 



Report this thread to moderator Post Follow-up to this message
Old Post
Jacopo Cappellato
06-12-08 12:57 AM


Re: SVN - vendor branch
Thanks 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:
> 
>
>


Report this thread to moderator Post Follow-up to this message
Old Post
Grant Edwards
06-12-08 12:57 AM


Re: SVN - vendor branch
Done,

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: 
>


Report this thread to moderator Post Follow-up to this message
Old Post
Jacques Le Roux
06-12-08 10:25 AM


Re: SVN - vendor branch
Thanks 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. 


Report this thread to moderator Post Follow-up to this message
Old Post
Ashish Vijaywargiya
06-12-08 10:25 AM


Re: SVN - vendor branch
Thanks 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:
>
> 
>
>


Report this thread to moderator Post Follow-up to this message
Old Post
Grant Edwards
06-12-08 10:26 AM


Re: SVN - vendor branch
That'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:
> 
>


Report this thread to moderator Post Follow-up to this message
Old Post
Ashish Vijaywargiya
06-12-08 10:26 AM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

OFBiz archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 05:50 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.