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

Re: Missing Auto Properties or Meta Data

From: Res Pons <pons32_at_hotmail.com>
Date: 2006-07-22 20:45:17 CEST

I run and administer my svn repo on a linux server and the clients use
winXP. I suppose I could install python on my windows dsktop and tweak the
script and run it against my WC? Do you think having lost the auto
properties on a certain file is causing Anthill to detect no change? I'm
running out of options and possibilities about why this one project is not
building. it runs under Ant. it runs under anthill if I force a build
manually but not during nightly automation! So I figured to post in svn
group to see or rule out if it's the missing auto props that is causing
this?

Thank you for your help.

----Original Message Follows----
From: "Andy Levy" <andy.levy@gmail.com>
To: "Res Pons" <pons32@hotmail.com>
CC: users@subversion.tigris.org
Subject: Re: Missing Auto Properties or Meta Data
Date: Sat, 22 Jul 2006 14:17:39 -0400

On 7/22/06, Res Pons <pons32@hotmail.com> wrote:
>Also is there a bug reported in Subversion where folks lose their auto
>properties? Is there a script where I can set a cronjob to run nightly to
>check for files missing their meta data and the script auto matically
>generates them?

Check out svn_apply_autoprops.py. You'll need to either tweak it to
point it at a specific svn config file w/ the right auto-props, or run
it under a user account that has one.
http://svn.haxx.se/users/archive-2005-12/1009.shtml

Basically it just runs through the whole WC and applies whatever
autoprops you have to every file in the WC. Those that already had
the properties set don't appear any different to svn, so you shouldn't
end up with a massive commit.

I run this script manually on my WC to cover any properties that we
don't have due to developer setups missing the auto-props I set up for
myself.

_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jul 22 20:46:27 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.