Java Mailing List Archive

http://www.redhatconfig.com/

Home » Ubuntu Technical Support »

Re: Subversion question

Marius Gedminas

2008-06-27

Replies: Find Java Web Hosting

Author LoginPost Reply
On Fri, Jun 27, 2008 at 01:54:37PM +0200, Alain Muls wrote:
> I have 2 subversion repositories, say svn1 and svn2.
>
> In svn1 there is a subdir common that is versioned in svn1 repos. I want
> it also to be versioned in svn2 using the svn:externals property. I
> tried (among others):
>
> svn propset svn:externals "common svn://myname@(protected)"

Subversion properties don't live in the air, they live on specific files
and directories.

You're trying to set the svn:externals property to a specific value, but
you're not telling subversion where to stick it.

Try

svn propset svn:externals "common svn://myname@(protected)" .

(note the trailing dot).

Personally I prefer

svn propedit svn:externals .

and then I can edit the property value in a text editor.

Regards,
Marius Gedminas
--
Thus spake the master programmer:
    "After three days without programming, life becomes meaningless."
          -- Geoffrey James, "The Tao of Programming"

Attachment: signature.asc (zipped)
--
ubuntu-users mailing list
ubuntu-users@(protected)
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
©2008 redhatconfig.com - Jax Systems, LLC, U.S.A.