Re: svnbootstrapper deletes .svn/format file
Bill Stackhouse <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
Spoke too soon. That did not resolve the problem. I do have a solution
using antbootstrapper so I no longer feel this is an issue for me.
Bill
On 7/3/09 11:41 PM, Bill Stackhouse wrote:
> To close this issue.
>
> In my ant build.xml I find if I use<svn javahl="false" svnkit="true">
> then<svnbootstrapper> works as expected on the same directories.
>
> Bill
>
>
>
>
> I believe this problem is related to differences between svn 1.5 and
> 1.6. I checked out a directory with a non-ant tool and had the same
> problem. For some reason, the version of Ant and Svn I am using do work.
> Instead of svn bootstrapper, I'm using an ant bootstrapper and all works
> just fine.
>
> Just a thought, in ant I use<svn javahl="false"> and I don't think that
> is possible in the svn bootstrapper.
>
> Thanks
> Bill
>
>
> On 7/2/09 7:02 PM, Bill Stackhouse wrote:
>
>> In my config.xml I have
>>
>> <modificationset>
>> <svn LocalWorkingCopy="${build.dir}/${project.name}/D1" />
>> <svn LocalWorkingCopy="${build.dir}/${project.name}/D2" />
>> </modificationset>
>>
>> for multiple directories that are to be used to detect changes to
>> trigger a build (of course). All is working just fine. There is a
>> directory that needs to be updated before a build but not used to
>> consider if a build is necessary. I added
>>
>> <bootstrappers>
>> <svnbootstrapper LocalWorkingCopy="${build.dir}/${project.name}/XX"/>
>> </bootstrappers>
>>
>> XX is a working directory checked out of svn which existed before adding
>> the bootstrapper.
>> During the build from ant, I do another svn update on D1,D2, and XX and
>> svn indicates XX is no longer a working directory. Looking at the
>> XX/.svn directory, the format file has been deleted. If I take out the
>> bootstrapper, recheckout XX from svn, and rerun, all is fine.
>>
>> I turned on -debug and set log4j to debug but I saw no debug output from
>> the svnbootstrapper. I assume it is some svnkit problem since I found
>> some posts in other groups about missing .svn/format files. I just don't
>> know how to resolve this problem. Any suggestions??
>>
>> Thanks
>> Bill
>>
------------------------------------------------------------------------------