Hi, As I'm currently deploying FSVS for my customer, I immediatly repackaged version 1.1.17 and installed it on a server I just configured yesterday (I had just run "fsvs urls", "fsvs ignore", and commited nothing yet with fsvs 1.1.16).
Here are the problems I have: * config_dir does not seem to work. I added "config_dir=/root/.subversion" to "/etc/fsvs/182f153bd94803955c2043e6f2581d5d/config", but it is not recognized! FSVS keept asking me for root's password. Then I created the file "/etc/fsvs/config" with the same line, to no avail. So I created a symlink from "/root/.subversion" to "/etc/fsvs/auth", and then it worked. But apparently FSFS does not take the option into account. * I'm blocked by a mysterious error.. I don't know if it is related to version 1.1.17, but now any "commit" or "add" command fails, I can't add anything to my repository. Here is the context: - Versionning "/etc" - 2 URLs: "local" priority 100 and "base" priority 200 - I started by commiting some local files: fsvs commit -o author=farzad.farid -o commit_to=local -m "Premier commit local pour backezp-pp1" hosts postfix sysconfig/network sysconfig/networking sysconfig/network-scripts sysconfig/netdump_id_dsa [ ... etc .... ] fstab adjtime system-info fsvs This worked. - Now I want to commit all the other files to "base". I know the following command would fails, but I wanted to be sure. The "commit_to" option is set to "base": # fsvs commit -o author=farzad.farid -m "First commit of 'base' files" Committing to svn://10.10.3.24/system/preprod/back/trunk/etc ..C. dir sysconfig N... 4765 sysconfig/apmd N... dir sysconfig/apm-scripts N... 12971 sysconfig/apm-scripts/apmscript An error occurred: Name does not refer to a filesystem directory (160016) in ci__directory: editor->close_file: Path 'sysconfig' not present - Ok, now I run the following: # fsvs add sysconfig But get the following error: An error occurred: Unrecognized resolver error (134737156) in main: action add failed And now, every "commit" or "add" commands ends with this "Unrecognized resolver error"! I don't know how to repair this. I even tried to run "fsvs sync-repos", to no avail. Did I do something wrong, or is there a bug? My configuration is: - Red Hat Entreprise Linux 4 update 5 - Subversion 1.5.2 - FSVS 1.1.17 - This setup worked perfectly on 2 other servers and I "versionned" their "/etc" directory using fsvs 1.1.6. BUT, I think at some point I also got this kind of error message with fsvs 1.1.16, but it went away after some fiddling, which I don't remember exactly.. Running "fsvs add", "fsvs sync-repos", adding directories manually with "svn mkdir svn://...../etc/sysconfig", etc. Regards. -- Farzad FARID / Architecte Open Source - AssociƩ Pragmatic Source / http://www.pragmatic-source.com Tel : +33 9 53 19 21 90 / Mob : +33 6 03 70 65 46 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
