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

RE: Re: Pre-commit transaction modification question

From: Garrick Olson <Garrick.Olson_at_Aceva.com>
Date: 2004-02-12 23:45:56 CET

> Would it be possible for the server to pass the new checksum back to
the client
> in the commit-response?

I think changing the protocol to return checksums of any server-modified
files
would be ideal. This way, if you are not modifying files on the server
side
there is no penalty in terms of network bandwidth.

Would these checksums include only file contents, or would they also
include
properties? It would be nice to also be able to modify file properties
with a
pre-commit hook.

This issue of not being able to modify things on the server side is
causing
tremendous pain in my environment as well. I strongly encourage the svn

developers to consider some viable approach to deal with this issue. In
case
you are interested, my goals are:

- Transparently reformat source code (as many others on the list have
requested)
   - In a large development group it is difficult and expensive to train
everyone
   - Having to run wrapper scripts interferes with the ability to use
tool plugins
- Adjusting file properties (e.g. make all .sh files have svn:eol-style
"native")
   - Training and support is an issue making sure everyone has
customized their
     client's auto properties correctly

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 12 23:46:21 2004

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.