Re: Commit Error in conversion of types

2013-01-25 Thread Philip Martin
It appears to be a problem with the client on Windows. Subversion uses SQLite to access .svn/wc.db in the working copy and it appears to be failing. I don't know much about debugging on Windows. How did you create the working copy? Can you checkout a new working copy? Is your working copy on

Re: Commit Error in conversion of types

2013-01-25 Thread Julio Palma
Hi, Philip, Thank you for your awnsers, but the error persists, I do like you was recommend, but after reload and synchronize the error persists. My configuration in the server is?: Linux Ubuntu Server My clients are windows 7 and 8 with eclipse subversive + SVNKit 1.7.6 Thank Lot, JC 2013/

Re: Commit Error in conversion of types

2013-01-25 Thread Philip Martin
Julio Palma writes: > My name is Julio Cesar, I made a configuration a Subversion server in a > Ubuntu Linux, and I have a Lot of troubles with encoding format from my > archives sources, some sources are write on windows-1252 and when I > submit/commit, the files given me a error like described

Re: Problem on a post-commit hook to change the current author (windows batch)

2013-01-25 Thread Manuel Ferrero
Branko Čibej ha scritto: You are running the svn command-line client from your post-commit hook. If 'svn propget' requires authorization, your hook script will hang waiting for input. That's it. Since the hook script will always have access to the repository, it would be better to use "svnl