Re: Git smudge / Clean / Filter alike in Subversion ?
From: Ryan Schmidt <subversion-2012c_at_ryandesign.com>
Date: Tue, 11 Sep 2012 10:47:08 -0500
On Sep 11, 2012, at 09:48, Laurent Alebarde wrote:
> Le 11/09/2012 15:49, Stefan Sperling a écrit :
The usual Subversion solution for this is to either
a) write a pre-commit hook that verifies that the code conforms to the style guidelines, and rejects the commit if it does not; or
> 2) Automatic doxygen comments generation.
Here too the usual Subversion solution is to have a post-commit hook generate this and then commit it. Another common answer is that things that can be generated should not be stored in the repository.
> 3) Add information in the code in the workspace, from tags included in the repository
I don't understand... could you give an example?
|
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.