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

Re: SVN Unversioned/Non-atomic Commits?

From: Lorenz <lorenznl_at_yahoo.com>
Date: 2006-11-10 08:24:02 CET

Hi,

>[...]
>However, the same atomic commits are causing me a headache. My CVS
>auto-building scripts use a small dot-file in the directory for every
>project to keep track of when things were last built, versions of
>certain libraries on the build machine, and other such metadata.
>
>This was not a problem with CVS, but with SVN, whenever such a file is
>checked in (up to 10 times a day), the version of the whole directory
>structure gets bumped and real log messages will get somewhat lost in
>all the noise.
>[...]

perhaps you could use revprops (svn propget/set --revprop -r0 ...) to
store your data.

If you don't need the data per revision you could use -r0.

But ... as the name says, revprops are properties of a revision and
not of a file/directory.

Lorenz

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 10 08:24:47 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.