You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Martin Tomes <li...@tomes.org> on 2004/05/05 12:26:19 UTC

[PATCH] Update build instructions for the trunk on the Win32 platform.

Update the instructions for building Subversion on the Win32 platform.

The new instructions are split into sections which describe what is needed, how to prepare the files 
(unpacking, environment etc.) and how to actually build the binaries with all available options 
turned on.

    * INSTALL
      Update Win32 build instructions.
-- 
Martin Tomes
echo 'Martin x Tomes at controls x eurotherm x co x uk'\
  | sed -e 's/ x /\./g' -e 's/ at /@/'

Re: [PATCH] Update build instructions for the trunk on the Win32 platform.

Posted by Branko Čibej <br...@xbc.nu>.
D.J. Heap wrote:

> Branko Čibej wrote:
>
>> D.J. Heap wrote:
>
> [snip]
>
>>>
>>> Are these patches different than the ones you submitted earlier?
>>>
>>> I applied those to trunk in r9595 (with some small tweaks), so if 
>>> you have more changes can you update and re-submit a patch against 
>>> HEAD?
>>
>>
>>
>> I hope they break the long lines in INSTALL, at least....
>>
>>
>
> What is the appropriate way to deal with those?  The Windows shell 
> doesn't seem to like extending one line shell commands with '\', and 
> some of the long lines are big urls...is there a nice way to break 
> those across new lines?

I'd just break them where appropriate, preferably on separators. I don't 
think we have to maintain strict "copy-paste" formatting in INSTALL; 
users aren't stupid (I hope).

-- Brane



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Update build instructions for the trunk on the Win32 platform.

Posted by "D.J. Heap" <dj...@shadyvale.net>.
Branko Čibej wrote:
> D.J. Heap wrote:
[snip]
>>
>> Are these patches different than the ones you submitted earlier?
>>
>> I applied those to trunk in r9595 (with some small tweaks), so if you 
>> have more changes can you update and re-submit a patch against HEAD?
> 
> 
> I hope they break the long lines in INSTALL, at least....
> 
> 

What is the appropriate way to deal with those?  The Windows shell 
doesn't seem to like extending one line shell commands with '\', and 
some of the long lines are big urls...is there a nice way to break those 
across new lines?

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Update build instructions for the trunk on the Win32 platform.

Posted by Branko Čibej <br...@xbc.nu>.
D.J. Heap wrote:

> Martin Tomes wrote:
>
>> Update the instructions for building Subversion on the Win32 platform.
>>
>> The new instructions are split into sections which describe what is 
>> needed, how to prepare the files (unpacking, environment etc.) and 
>> how to actually build the binaries with all available options turned on.
>>
>>    * INSTALL
>>      Update Win32 build instructions.
>
> [snip]
>
> Are these patches different than the ones you submitted earlier?
>
> I applied those to trunk in r9595 (with some small tweaks), so if you 
> have more changes can you update and re-submit a patch against HEAD?

I hope they break the long lines in INSTALL, at least....




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Update build instructions for the trunk on the Win32 platform.

Posted by "D.J. Heap" <dj...@shadyvale.net>.
Branko Čibej wrote:
> Martin Tomes wrote:
> 
>> Except I changed the line:
>>
>> python win-tests.py -c -r -v -u http://localhost
>>
>> to
>>
>> python win-tests.py -c -r -v --url="http://localhost"
>>
>> because as of last week the first form of the command was broken.
> 
> 
> Duh, you're right! Aargh. Should be fixed in r9668.
> 
> -- Brane
> 

Oops, my fault when I added the -f option.  I use the long version so I 
hadn't noticed it.  Thanks for fixing it.

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Update build instructions for the trunk on the Win32 platform.

Posted by Branko Čibej <br...@xbc.nu>.
Martin Tomes wrote:

> Except I changed the line:
>
> python win-tests.py -c -r -v -u http://localhost
>
> to
>
> python win-tests.py -c -r -v --url="http://localhost"
>
> because as of last week the first form of the command was broken.

Duh, you're right! Aargh. Should be fixed in r9668.

-- Brane




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Update build instructions for the trunk on the Win32 platform.

Posted by Martin Tomes <li...@tomes.org>.
D.J. Heap wrote:
> Martin Tomes wrote:
> 
>> Update the instructions for building Subversion on the Win32 platform.
>>
>> The new instructions are split into sections which describe what is 
>> needed, how to prepare the files (unpacking, environment etc.) and how 
>> to actually build the binaries with all available options turned on.
>>
>>    * INSTALL
>>      Update Win32 build instructions.
> 
> [snip]
> 
> Are these patches different than the ones you submitted earlier?

Sorry about the delay.  The differences between this patch and the easrlier one is the changes you 
made before committing it anyway.  Basically the version committed it just fine.

Except I changed the line:

python win-tests.py -c -r -v -u http://localhost

to

python win-tests.py -c -r -v --url="http://localhost"

because as of last week the first form of the command was broken.

-- 
Martin Tomes
echo 'Martin x Tomes at controls x eurotherm x co x uk'\
  | sed -e 's/ x /\./g' -e 's/ at /@/'

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Update build instructions for the trunk on the Win32 platform.

Posted by "D.J. Heap" <dj...@shadyvale.net>.
Martin Tomes wrote:

> Update the instructions for building Subversion on the Win32 platform.
> 
> The new instructions are split into sections which describe what is 
> needed, how to prepare the files (unpacking, environment etc.) and how 
> to actually build the binaries with all available options turned on.
> 
>    * INSTALL
>      Update Win32 build instructions.
[snip]

Are these patches different than the ones you submitted earlier?

I applied those to trunk in r9595 (with some small tweaks), so if you 
have more changes can you update and re-submit a patch against HEAD?

Thanks.

DJ


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org