You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Aniruddha Apte <an...@gmail.com> on 2005/03/31 05:55:01 UTC

svnadmin dump- How to check if repository has changed?

Hello,

While using 'svnadmin dump' how can I check if the repository has
changed since the previous dump? Say the previous dump was taken at
Rev-40 and the youngest revision is still 40; how can we determine if
any non-versioned properties have changed between these points?

I guess I can use svnlook date (provided the time stamp changes for
the property modification).

-anir

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

Re: svnadmin dump- How to check if repository has changed?

Posted by Max Bowsher <ma...@ukf.net>.
Aniruddha Apte wrote:
> Hello,
>
> While using 'svnadmin dump' how can I check if the repository has
> changed since the previous dump? Say the previous dump was taken at
> Rev-40 and the youngest revision is still 40; how can we determine if
> any non-versioned properties have changed between these points?
>
> I guess I can use svnlook date (provided the time stamp changes for
> the property modification).

No, they don't.

But you can set up a pre-revprop-change hook script which logs changes in 
whatever form you want.

Max.


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