views:

40

answers:

1

Does anyone know how to configure svn so that every file committed is run on NArrange

+1  A: 

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)

Stefan Egli
Dear Stefan,Thanks for the informationCan you give me detail like where to look for client hook if possible?
Ravisha
I am just looking for a hook which will NArrange the files which are going to be committed.
Ravisha
I 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
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