Jayme Jeffman
Jayme Jeffman

Reputation: 53

Where should be the '.\format' folder

I have been getting the error message "VisualSVNServerHooks: Can't open file 'C:\Arquivos\format'" when I perform a commit to VisualSVN server. There is no any folder named "format" on the VisualSVN folder. Where it should be? Why it is been required if it was not installed with VisualSVN server ( free version )?

Thanks a lot.

Jayme.

Upvotes: 1

Views: 757

Answers (1)

bahrep
bahrep

Reputation: 30662

Jayme,

Looks like there is a mistake in the post-commit hook code.

As I see, your hook script looks for the 'format' file in the repositories root. A 'format' file is a part of Subversion repository and has to be in the repository folder. I assume that 'C:\Arquivos\' is the repositories root and is not a repository itself. The correct path to repository in your case should be 'C:\Arquivos\repository-name\'.

You can provide us with the hook to check the details.

Upvotes: 2

Related Questions