Re: svn update incomplete data

2007-12-15 Thread Jonathon -- Improov
About a few months back, I investigated similar OFBiz-SVN related issues. You just have to keep re-trying until it works. Or search for the thread I created for this. :) Let me know if anyone here knows about SVN server/client and internet protocol such and wants to discuss. But I doubt we hav

Re: SVN Update

2007-10-25 Thread BJ Freeman
this it will again build a new db if the entityengine.xml specifies to do so. Brendan Vogt sent the following on 10/25/2007 7:54 AM: > After running build.xml for the first time, what is the next step, or can I > can I first do and SVN update? If I run build.xml again, what happens to

RE: SVN Update

2007-10-25 Thread [EMAIL PROTECTED]
PROTECTED] Sent: Thursday, October 25, 2007 7:54 AM To: user@ofbiz.apache.org Subject: RE: SVN Update After running build.xml for the first time, what is the next step, or can I can I first do and SVN update? If I run build.xml again, what happens to the database tables? -Original Message

Re: SVN Update

2007-10-25 Thread Jacopo Cappellato
Hi Brendan, have a look at: http://docs.ofbiz.org/display/~jacopoc/Quick+Start+Guides or to the README in the OFBiz folder. good luck, Jacopo Brendan Vogt wrote: After running build.xml for the first time, what is the next step, or can I can I first do and SVN update? If I run build.xml

RE: SVN Update

2007-10-25 Thread Brendan Vogt
After running build.xml for the first time, what is the next step, or can I can I first do and SVN update? If I run build.xml again, what happens to the database tables? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 23, 2007 9:48 PM To: user

Re: SVN Update

2007-10-24 Thread Jacopo Cappellato
Christian Geisert wrote: [EMAIL PROTECTED] schrieb: Yes, you can. None of your built files are downloaded. But, then again, it's real easy to do another ant run-install to recompile everything. Note that if you do not do ant clean-all, your data remains intact. You just need to run ant with

Re: SVN Update

2007-10-24 Thread Christian Geisert
[EMAIL PROTECTED] schrieb: > Yes, you can. > > None of your built files are downloaded. > > But, then again, it's real easy to do another ant run-install to recompile > everything. Note that if you do not do ant clean-all, your data remains > intact. You just need to run ant without a parameter

RE: SVN Update

2007-10-23 Thread [EMAIL PROTECTED]
Sent: Tuesday, October 23, 2007 10:46 AM To: user@ofbiz.apache.org Subject: SVN Update Hi, I ran the build.xml and it went fine. After this build, can I still do an SVN update through Tortoise SVN?? I'm just scared that some files are over written from what was built with the build.xml Brendan

Re: SVN Update

2007-10-23 Thread BJ Freeman
all?? If I run ant run-install then what will > happen to the tables, will it be skipped or will it try to rebuild the > tables? > > > -Original Message- > From: BJ Freeman [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 23, 2007 8:14 PM > To: user@ofbiz.apache.or

RE: SVN Update

2007-10-23 Thread Brendan Vogt
: Re: SVN Update if you use the 4.0 branch is is less prone to changes since it is getting ready for a release. it you use the trunk you are most likely to have changes all the time. best you rebuild after each svn update Brendan Vogt sent the following on 10/23/2007 10:45 AM: > Hi, > >

Re: SVN Update

2007-10-23 Thread BJ Freeman
if you use the 4.0 branch is is less prone to changes since it is getting ready for a release. it you use the trunk you are most likely to have changes all the time. best you rebuild after each svn update Brendan Vogt sent the following on 10/23/2007 10:45 AM: > Hi, > > >

SVN Update

2007-10-23 Thread Brendan Vogt
Hi, I ran the build.xml and it went fine. After this build, can I still do an SVN update through Tortoise SVN?? I'm just scared that some files are over written from what was built with the build.xml Brendan

Re: SVN update error

2007-09-10 Thread Adrian Crum
BJ, Using Windows Explorer, try deleting C:\projects\java\ofbiz_svn\framework\example\testdef\tests.xml by pressing Shift-Delete. -Adrian BJ Freeman wrote: I have removed all read only from the folders. any help were I might look for the files that are causing this error? Problem run

Re: SVN update error

2007-09-08 Thread BJ Freeman
walter I am using Eclipse Svn when I do a team update svn is updating my files. then is hits this one. send me a link, if you know which one, that I can read about .svn folder. BTW ran svn on a ofbiz 4.0 folder with no problems. Walter Vaughan sent the following on 9/8/2007 7:35 PM: > BJ Freeman

Re: SVN update error

2007-09-08 Thread Walter Vaughan
BJ Freeman wrote: I have removed all read only from the folders. any help were I might look for the files that are causing this error? Are you running XP home? I've had similar pull your hair out moments because of broken ACL's in XPhome. Also, you really aren't clear as to what is causing

SVN update error

2007-09-08 Thread BJ Freeman
I have removed all read only from the folders. any help were I might look for the files that are causing this error? Problem running log svn: In directory 'C:\projects\java\ofbiz_svn\framework\example\testdef' Access is denied. svn: Can't move 'C:\projects\java\ofbiz_svn\framework\example\t

RE: SVN Update ROLLBACK?

2007-04-30 Thread Kenneth Porter
ot; undoes a local edit to a file in the repository. It doesn't change from one revision to another. "svn update" doesn't require that the new revision must be higher. You can "update" backwards in time, too. (Note that this won't back out your own data chang

RE: SVN Update ROLLBACK?

2007-04-30 Thread peter
to:[EMAIL PROTECTED] Sent: 01 May 2007 02:10 To: user@ofbiz.apache.org Subject: Re: SVN Update ROLLBACK? do another update and specify a revision number: example: svn up -r12345 regards, Hans On Tuesday 01 May 2007 07:36, [EMAIL PROTECTED] wrote: > Hi, > > > I have performed an &#x

Re: SVN Update ROLLBACK?

2007-04-30 Thread Hans Bakker
do another update and specify a revision number: example: svn up -r12345 regards, Hans On Tuesday 01 May 2007 07:36, [EMAIL PROTECTED] wrote: > Hi, > > > I have performed an 'svn update' it has done some damage to my system, does > anyone know how to rollback an

SVN Update ROLLBACK?

2007-04-30 Thread peter
Hi, I have performed an 'svn update' it has done some damage to my system, does anyone know how to rollback an svn update. Thanks & Regards, Peter