You actually have a space in the repository's base URL which is something
you need to avoid. You may have to change your Apache configuration to use
something like http://xxxx/Common-Test or http://xxxx/CommonTest instead of
http://xxxx/Common Test. Otherwise, you'll need to put "%20" for spaces in
your URL. URLs officially should not have spaces in them, but have them
quoted with the % character.
However, that might not necessarily be the culprit. You need to take a look
at your pre-revprop-change hook to see if it is quoting the URL or simply
assuming the URL has no spaces in it. I've seen a few Subversion utility
scripts that had this issue, and putting quotation marks in solved the
problem.
I don't know what pre-revprop-change script you're using in order to make a
comment on that aspect of it.
On Wed, Oct 7, 2009 at 9:21 PM, Srilakshmanan, Lakshman <
lakshman.srilakshmanan_at_police.vic.gov.au> wrote:
> Hi All,
>
> I encountered an issue, not sure if this is a bug, known problem or
> "feature" :)
>
> If the project url contains a "space" (*http://xxxx/Common*<http://xxxx/Common>Test/Build/) then the pre-revprop-change script fails to execute.
>
> If I use "svnadmin setlog" all is fine.
>
> The pre-commit script, on the other hand, executes as expected.
>
> Any thoughts ?
>
> Thanks
> Lakshman
>
> ================================================================================================
> EMAIL DISCLAIMER
>
> This email and any attachments are confidential. They may also be subject to copyright.
>
> If you are not an intended recipient of this email please immediately contact us by replying
> to this email and then delete this email.
>
> You must not read, use, copy, retain, forward or disclose this email or any attachment.
>
> We do not accept any liability arising from or in connection with unauthorised use or disclosure
> of the information contained in this email or any attachment.
>
> We make reasonable efforts to protect against computer viruses but we do not accept liability
> for any liability, loss or damage caused by any computer virus contained in this email.
> ================================================================================================
>
>
--
David Weintraub
qazwart_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2406715
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-12 18:10:41 CEST