You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by ta...@riskturk.com on 2004/11/10 14:20:36 UTC

svn:externals

I have a question about svn:externals.

I exceuted this command;

svn propset svn:externals file:///d:/test_prop/test1
file:///d:/test_prop/test2

And I have this message:

svn: Setting property on non-local target 'file:///d:/repository/test2'
not yet supported

I want to share test2 to test1.

>
> On Nov 9, 2004, at 7:41 AM, tanerd@riskturk.com wrote:
>
>> hi,
>>
>> I will reorginize my svn repository. I want to copy a directory to
>> another
>> directory.
>>
>>   svn://..../repository/project1
>>
>> to
>>
>>  svn://..../repository/projects/project1
>>
>> Therefore, I want to carry history of project1.
>> How can I do? I use "svn copy" command but this command copy directory
>> with one revision not all history.
>>
>
> When the repository copies a directory, the historical link is
> maintained.
>
> So that means when you run 'svn log' on /projects/project1, the
> historical copy is traversed, and you'll see all the changes made back
> when it was located at /project1.
>
>
> ---------------------------------------------------------------------
> 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

Re: svn:externals

Posted by JM Ibanez <jm...@gmail.com>.
On Wed, 10 Nov 2004 08:20:36 -0600 (CST), tanerd@riskturk.com
- Hide quoted text -
<ta...@riskturk.com> wrote:
> I have a question about svn:externals.
>
> I exceuted this command;
>
> svn propset svn:externals file:///d:/test_prop/test1
> file:///d:/test_prop/test2
>
> And I have this message:
>
> svn: Setting property on non-local target 'file:///d:/repository/test2'
> not yet supported

AFAIK, propset works on a file in a working copy. Set it in the
working copy, and not in the repository.


-- 
JM Ibanez
   - A million monkeys can't go wrong...
http://www.livejournal.com/~jmibanez/
http://www.mycgiserver.com/~butiki/

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