Hi List I have a problem with the initial commit using svn over https (webdav). I can successfully commit to a local subversion repository.
--8<-- # fsvs -V FSVS (licensed under the GPLv3), (C) by Ph. Marek; version fsvs-1.2.1:2396 # fsvs urls https://svn.xxx.de/svn/etc # LC_ALL=C fsvs ci -d -m "initial import" [...] 16:27:29.773 ci__nondir[commit.c:544] really sending ... 16:27:29.773 ci__nondir[commit.c:558] after sending encoder=(nil) 16:27:29.842 ci__directory[commit.c:879] setting URL of ./profile.d/bash-completion.sh 16:27:29.842 hlp___do_convert[helper.c:148] before iconv from=profile.d/java-config-2.sh 16:27:29.842 hlp___do_convert[helper.c:155] after iconv to=profile.d/java-config-2.sh ret=0 16:27:29.842 hlp___do_convert[helper.c:185] converted profile.d/java-config-2.sh to profile.d/java-config-2.sh 16:27:29.842 ci__directory[commit.c:685] ./profile.d/java-config-2.sh: action (new), updated mode 0100644, flags 0, filter 1 16:27:29.842 ops__build_path[est_ops.c:717] 0xa109100 found in cache index 4; lru 4 16:27:29.842 st__print_status[status.c:187] VERBOSITY=14 16:27:29.842 hlp__format_path[helper.c:1620] parent=., has ; len=0, rel_len=27 N... 1225 profile.d/java-config-2.sh 16:27:29.842 hlp__lstat[helper.c:354] ./profile.d/java-config-2.sh: uid=0 gid=0 mode=0100644 dev=0x803 ino=78298 rdev=0x0 size=1225 16:27:29.842 ci__directory[commit.c:759] set st for java-config-2.sh 16:27:29.842 ci__directory[commit.c:801] new java-config-2.sh (parent 0x9fc3c40) 16:27:29.842 ci__directory[commit.c:826] adding ./profile.d/java-config-2.sh with (null):-1 16:27:29.842 ci__directory[commit.c:841] baton for new java-config-2.sh 0xa17edf8 (parent 0x9fc3c40) 16:27:29.842 ci__directory[commit.c:854] doing changes, flags=0 16:27:29.842 ops__build_path[est_ops.c:717] 0xa109100 found in cache index 4; lru 4 16:27:29.842 ops__build_path[est_ops.c:717] 0xa109100 found in cache index 4; lru 4 16:27:29.842 waa___get_path_md5[waa.c:411] path is ./profile.d/java-config-2.sh 16:27:29.842 Increment[helper.c:476] adding /etc 16:27:29.843 Increment[helper.c:476] adding / 16:27:29.843 Increment[helper.c:476] adding ./profile.d/java-config-2.sh 16:27:29.843 hlp__pathcopy[helper.c:577] finished path is /etc/profile.d/java-config-2.sh 16:27:29.843 waa___get_path_md5[waa.c:450] md5 of /etc/profile.d/java-config-2.sh 16:27:29.843 waa__mkdir_mask[waa.c:378] /var/spool/fsvs/6b: last is 1 16:27:29.843 waa__mkdir_mask[waa.c:378] /var/spool/fsvs/6b/e3: last is 1 16:27:29.843 waa__mkdir_mask[waa.c:378] /var/spool/fsvs/6b/e3/711cbd5d88a8175f6525d7bb475c: last is 1 16:27:29.843 waa__get_waa_directory[waa.c:555] returning /var/spool/fsvs/6b/e3/711cbd5d88a8175f6525d7bb475c/ 16:27:29.845 hsh__close[hash_ops.c:347] nothing found, removing /var/spool/fsvs/6b/e3/711cbd5d88a8175f6525d7bb475c/prop 16:27:29.845 waa__delete_byext[waa.c:864] unlink /var/spool/fsvs/6b/e3/711cbd5d88a8175f6525d7bb475c/prop 16:27:29.845 waa__delete_byext[waa.c:889] last removed was /var/spool/fsvs/6b 16:27:29.845 hsh__close[hash_ops.c:359] closing hash 16:27:29.845 ci__nondir[commit.c:461] java-config-2.sh: status new, owner, group, mtime, umode; flags none 16:27:29.845 ci__nondir[commit.c:544] really sending ... 16:27:29.845 ci__nondir[commit.c:558] after sending encoder=(nil) An error occurred at 16:27:29.953: Failed to execute WebDAV PROPPATCH (175008) in ci__directory [commit.c:864]: editor->close_file: At least one property change failed; repository is unchanged 16:27:30.249 main[fsvs.c:1423] memory stats: 0x9fae000 to 0xa210000, 2440 KB --8<-- ------------------------------------------------------ http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=2428890 To unsubscribe from this discussion, e-mail: [[email protected]].
