You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Eric Berry <el...@gmail.com> on 2008/09/09 17:39:25 UTC

Help Setting bugtraq properties.

Hello,
   I'm trying to set the bugtraq properties on a remote repository.

When I use:
[code]
svn ps bugtraq:url -R "http://bugs/browse/%BUGID%"
https://subversion/project/trunk
[/code]

I get this error:
[quote]
svn: Setting property on non-local target 'https://subversion/project/trunk'
needs a base revision
[/quote]

So, I changed the above command to include the "-r BASE" option, and then I
get this error:
[quote]
svn: Cannot specify revision for setting versioned property 'bugtraq:url'
[/quote]

This occurs with each of the bugtraq properties.

I've also tried using "-r HEAD" but that results in the same error:
[quote]
svn: Cannot specify revision for setting versioned property 'bugtraq:url'
[/quote]

These errors seem to contradict one another, and I don't have a clue as to
what I'm doing wrong.

Don't know if it's relevant but I'm running svn:
[quote]
svn, version 1.5.0 (r31699)
   compiled Jun 23 2008, 12:59:48
[/quote]

Any help with this would be greatly appreciated.

Thanks,
Eric
-- 
Learn from the past. Live in the present. Plan for the future.
11101000
http://www.townsfolkdesigns.com/blogs/elberry

Re: Help Setting bugtraq properties.

Posted by Andy Levy <an...@gmail.com>.
On Tue, Sep 9, 2008 at 13:39, Eric Berry <el...@gmail.com> wrote:
> Hello,
>    I'm trying to set the bugtraq properties on a remote repository.
>
> When I use:
> [code]
> svn ps bugtraq:url -R "http://bugs/browse/%BUGID%"
> https://subversion/project/trunk
> [/code]
>
> I get this error:
> [quote]
> svn: Setting property on non-local target 'https://subversion/project/trunk'
> needs a base revision
> [/quote]
>
> So, I changed the above command to include the "-r BASE" option, and then I
> get this error:
> [quote]
> svn: Cannot specify revision for setting versioned property 'bugtraq:url'
> [/quote]
>
> This occurs with each of the bugtraq properties.
>
> I've also tried using "-r HEAD" but that results in the same error:
> [quote]
> svn: Cannot specify revision for setting versioned property 'bugtraq:url'
> [/quote]
>
> These errors seem to contradict one another, and I don't have a clue as to
> what I'm doing wrong.
>
> Don't know if it's relevant but I'm running svn:
> [quote]
> svn, version 1.5.0 (r31699)
>    compiled Jun 23 2008, 12:59:48
> [/quote]
>
> Any help with this would be greatly appreciated.

It looks like all your attempts have been to edit a versioned property via URL.

IIRC (and based upon the output of svn help ps), versioned properties
have to be set/edited in a working copy, then committed.

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