You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Chekan, Vadim" <vc...@enviance.com> on 2006/10/25 19:22:02 UTC

How to view/change url in svnsync?

Hi all,
How I can view or change url or password that I entered when created
mirror repo using "svnsync init"?

Vadim.

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


Re: How to view/change url in svnsync?

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 10/25/06, Chekan, Vadim <vc...@enviance.com> wrote:
> Hi all,
> How I can view or change url or password that I entered when created
> mirror repo using "svnsync init"?

It's stored as revprops on revision 0 of the repository, so you can
view it via svn proplist --revprop -r0 and edit it via svn propset
--revprop -r0.

-garrett

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