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

Re: modify a file

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-10-27 05:13:25 CEST

On Oct 26, 2006, at 21:26, listman wrote:

> hi, i have some files managed under svn that i've locked and now
> would like to get svn to see them as edited without actually
> modifying the file. i've tried "touch" but no change, anyone got
> any ideas? these files are binaries and we don't want to have to
> edit them in the parent program to get svn to see them as modified.

"touch" will have no effect, as you see, because Subversion does not
keep track of modification dates.

You could manipulate any random property of the file. "svn propset
foo bar file"

Why would you like to have the file appear to be modified?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 27 05:14:04 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.