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

Re: adding properties recursively

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 29 Apr 2010 21:28:31 +0200

On Thu, Apr 29, 2010 at 17:55, Louis Castoria
<lou.castoria_at_morgankeegan.com> wrote:
> I'm wondering if there is a way to do this.  I have a project with many files and folders.  The project is maintained using subversion.  I have version update for a .net control.  During the install process the install tries to update the source files automatically with the reference to the new control.  We use the needs-lock flag on all the source files.  I know I can recursively remove the flag and the update will occur as needed.  Is there a way that I can reapply the needs-lock property back the the required source files without applying the lock to other files in the directory structure.

Subversion can update files with the svn:needs-lock property just
fine. So why do you want to remove the property and reapply it?
Or does another app/script try to overwrite those files? If that's the
case, just write a script to remove the 'readonly' file attribute and
reapply that after. No need to fiddle with the svn property for just
that.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2599115
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-04-29 21:28:56 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.