[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Confused about svn:externals

From: Jeremy Pereira <jeremyp_at_jeremyp.net>
Date: 2006-10-23 15:14:31 CEST

On 23 Oct 2006, at 12:06, John wrote:

> Jeremy Pereira wrote:
>>
>> On 23 Oct 2006, at 10:53, John wrote:
>>
>>> SVN 1.2.3 on SuSE 10.1
>>>
>>> [snip]
>>
>>
>> I don't think you can get what you really want using svn externals
>> since you will end up with a directory in Web Site/Site Root
>> called index which contains index.php.
> Can you suggest another way to achieve this?

On Unix you could use symlinks.

On Windows, you'd have a problem. You could write a script to copy
index.php to the right place but it'd have to run manually after
every update or commit.

>>
>> btw, spaces are not legal in URLs, so you must encode them using %
>> notation.
> i.e. Web%20Site/Site%20Root?

That'd do it.

>>
>>>
>>> TIA
>>>
>>> John
>>>
>>>
>>>
>>>
>>> --------------------------------------------------------------------
>>> -
>>> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>>> For additional commands, e-mail: users-help@subversion.tigris.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>> For additional commands, e-mail: users-help@subversion.tigris.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 23 15:15:52 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.