Does anyone know how to configure svn so that every file committed is run on NArrange
Asked
Active
Viewed 201 times
1 Answers
1
As you can see in this answer you cannot do this on the server. You could use a client hook but not every client supports this. (TortoiseSvn does)

Community
- 1
- 1

Stefan Egli
- 17,398
- 3
- 54
- 75
-
Dear Stefan,Thanks for the information Can you give me detail like where to look for client hook if possible? – Ravisha Feb 09 '10 at 10:57
-
I am just looking for a hook which will NArrange the files which are going to be committed. – Ravisha Feb 09 '10 at 11:52
-
1I never did this myself. You can find samples here: http://tortoisesvn.tigris.org/svn/tortoisesvn/trunk/contrib/hook-scripts/client-side/ (login with guest, no password). One thing that is important: The scripts are not saved in the repository. You have to "install" them on every machine that should use them... – Stefan Egli Feb 09 '10 at 12:14
-
Thats what i am looking for ,I want a client side working tool.I dont mind installing/configuring @ every developers place.Thanks a lot stefan.Will try this out .+1 :) – Ravisha Feb 10 '10 at 04:18