-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Anders Carlberg <[EMAIL PROTECTED]> writes:

> Is it possible to modify the files before they are commited to the
> repository using loginfo or commitinfo?

At loginfo time it is already too late, the file has been committed to
the repository. At commitinfo time, you have access to the server side
copy of the files (or the original files if in :local: mode), so it may
be possible to whack in changes. Doing so is a very bad idea as it
introduces entropy that is not controlled by the user into the process
of trying to accurately record the state of files that 'worked' for the
user.

> How should I do this?

You should not do it. If you choose to do it, you may find yourself
in a world of hurt eventually.

> Is there a file stream I can read and write to?

Not really.

> Or should I do this via CVS commands (checking out and commit) (but then
> the files get a new version? Or?) ?

CVS is bright enough not to provide for this kind of lunacy/idiocy.

> Is there anyone that has done something like this?

Probably, folks have been abusing CVS in ways it was never intended to
be used for many years now. This does not make it a good idea.

        Good luck,
        -- Mark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQFAyB3y3x41pRYZE/gRAllYAJ9iWGbA0rTNYuezEkuWjy08X1tp7QCbBQaz
YoVnge0+ghix3HB9cZOLhpw=
=ccqJ
-----END PGP SIGNATURE-----


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to