Philipp Marek wrote, On 26/08/07 14:31:
subversion-1.4.4 (with-ssl)
Adding LIBS="-lssl" before ./configure fixes the error... perhaps it
should be added in the configure file...
Hmmmm ... how could I detect that it's needed?
When subversion is built with --with-ssl, fsvs ./configure returns lot
of errors in config.log if -lssl isn't included, that is why it returns
"Sorry, can't find subversion". I obviously do not have an answer to
your question but by looking for support for one of the ssl
functions listed there, you should be able to detect support for ssl...
I guess..:
http://svn.collab.net/svn-doxygen/svn__auth_8h.html
I will try to torture fsvs tonigh... so your TODO list would not stay
empty too long! ;-))
As if it ever was ...
The SEGV could be fixed in current trunk.
Yep. Works flawless (rev1088) ... But I have an other SEGV on sync-repos
I will send you the debug log in private.
Regarding the failing test 003: Which rsync version do you use?
rsync version 2.6.8 protocol version 29...
Otherwise here a weird behavior with diff:
# cd /
# fsvs st
.m.. dir ./etc
n... dir .
.m.? 8192 ./var/lib/asterisk/astdb
.m.. dir ./var/log
.m.. dir ./var/log/asterisk/cdr-csv
.mC. 268741 ./var/log/asterisk/cdr-csv/Master.csv
# fsvs diff
Only in local filesystem: ./etc/.pwd.lock
Only in local filesystem: ./etc/DIR_COLORS
Only in local filesystem: ./etc/DIR_COLORS.xterm
Only in local filesystem: ./etc/a2ps-site.cfg
Only in local filesystem: ./etc/a2ps.cfg
Only in local filesystem: ./etc/adjtime
<...>
Only in local filesystem: ./etc/yp.conf
Only in local filesystem: ./etc/yum.conf
Only in local filesystem: ./.asterisk_history
Only in local filesystem: ./.autofsck
Only in local filesystem: ./.autorelabel
I would expect to get diffs on modified files... not the complete list
of /etc and some hidden files at the root level...
Now after the commit:
# fsvs ci -m "Importation pre-update"
Committing to file:///root/fsvs/asterisk-01/repository
.m.. dir ./etc
.mC. 8192 ./var/lib/asterisk/astdb
.m.. dir ./var/log
.m.. dir ./var/log/asterisk/cdr-csv
.mC. 268741 ./var/log/asterisk/cdr-csv/Master.csv
committed revision 3 on 2007-08-26T23:56:46.428333Z as root
# fsvs st
n... dir .
# fsvs diff
Only in local filesystem: ./.asterisk_history
Only in local filesystem: ./.autofsck
Only in local filesystem: ./.autorelabel
Ben.