Hi, Subversion community,
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: Some of selected resources were not committed. Some of selected resources were not committed. svn: E200030: Commit failed (details follow): svn: E200030: Commit failed (details follow): svn: E200030: disk I/O error svn: E200030: disk I/O error svn: E200029: Couldn't perform atomic initialization Searching on the web, I dont have any source of information about this, and I need to do maintenance at many sources with the same problem. I need to know: 1. Exists one way to convert this files with a svn command? 2. It is a permission problem? 3. or both? One way that I do for fix it, was use linux shell, in the follow sequence : 1. convert the file with iconv command: "iconv -c -f WINDOWS-1252 -t UTF-8 file.php > newfile.php | mv file.php file.php_old | newfile.php file.php" 2. "Checkout" from the folder from original revision, I move the file.php and rewrite the same file.php and follow a "svn commit", then the source finish with sucess. I need to fix it's in my repository, from one way that will be clean and safe. I waiting for answers, thanks lot, JC