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

RE: How to view/change url in svnsync?

From: Chekan, Vadim <vchekan_at_enviance.com>
Date: 2006-10-25 22:46:25 CEST

Thanks a lot, with some changes it worked:
svnlook pl --revprop -r0 <path to repo here>

-----Original Message-----
From: rooneg@gmail.com [mailto:rooneg@gmail.com] On Behalf Of Garrett
Rooney
Sent: Wednesday, October 25, 2006 12:57 PM
To: Chekan, Vadim
Cc: users@subversion.tigris.org
Subject: Re: How to view/change url in svnsync?

On 10/25/06, Chekan, Vadim <vchekan@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
Received on Wed Oct 25 22:45:18 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.