Hi all,
while converting a svn repository to darcs I hit this pretty nasty
error ... Am I doing something wrong in my config file (attached) ?
I got this problem in both directions (svn2darcs and darcs2svn)
:)
p
15:24:47 [E] Failure replaying: Revision: [r64] edgeing towards a relase
Date: 2006-03-13 10:33:01+00:00
Author: till
Entries: xml2cd(REN from proto/xml2cd), proto/examples/Makefile(UPD)
Log:
Traceback (most recent call last):
File "/var/lib/python-support/python2.4/vcpx/target.py", line 117, in
replayChangeset
self._replayChangeset(changeset)
File "/var/lib/python-support/python2.4/vcpx/target.py", line 312, in
_replayChangeset
action(group)
File "/var/lib/python-support/python2.4/vcpx/target.py", line 470, in
_renameEntries
rename(absnew, absnew + '-TAILOR-HACKED-TEMP-NAME')
OSError: [Errno 39] Directory not empty
15:24:47 [E] Couldn't replay changeset
Revision: [r64] edgeing towards a relase
Date: 2006-03-13 10:33:01+00:00
Author: till
Entries: xml2cd(REN from proto/xml2cd), proto/examples/Makefile(UPD)
Log:
Traceback (most recent call last):
File "/var/lib/python-support/python2.4/vcpx/source.py", line 139, in
applyPendingChangesets
replay(c)
File "/var/lib/python-support/python2.4/vcpx/dualwd.py", line 107, in
replayChangeset
self.target.replayChangeset(changeset)
File "/var/lib/python-support/python2.4/vcpx/target.py", line 117, in
replayChangeset
self._replayChangeset(changeset)
File "/var/lib/python-support/python2.4/vcpx/target.py", line 312, in
_replayChangeset
action(group)
File "/var/lib/python-support/python2.4/vcpx/target.py", line 470, in
_renameEntries
rename(absnew, absnew + '-TAILOR-HACKED-TEMP-NAME')
OSError: [Errno 39] Directory not empty
15:24:47 [C] Upstream change application failed
Traceback (most recent call last):
File "/usr/bin/tailor", line 35, in ?
main()
File "/var/lib/python-support/python2.4/vcpx/tailor.py", line 338, in main
tailorizer()
File "/var/lib/python-support/python2.4/vcpx/tailor.py", line 146, in __call__
self.update()
File "/var/lib/python-support/python2.4/vcpx/tailor.py", line 109, in update
last, conflicts = dwd.applyPendingChangesets(
File "/var/lib/python-support/python2.4/vcpx/dualwd.py", line 97, in
applyPendingChangesets
applied=applied)
File "/var/lib/python-support/python2.4/vcpx/source.py", line 139, in
applyPendingChangesets
replay(c)
File "/var/lib/python-support/python2.4/vcpx/dualwd.py", line 107, in
replayChangeset
self.target.replayChangeset(changeset)
File "/var/lib/python-support/python2.4/vcpx/target.py", line 117, in
replayChangeset
self._replayChangeset(changeset)
File "/var/lib/python-support/python2.4/vcpx/target.py", line 312, in
_replayChangeset
action(group)
File "/var/lib/python-support/python2.4/vcpx/target.py", line 470, in
_renameEntries
rename(absnew, absnew + '-TAILOR-HACKED-TEMP-NAME')
OSError: [Errno 39] Directory not empty
[DEFAULT]
verbose = True
projects = svn2darcs
encoding = utf8
encoding-errors-policy = ignore
root-directory = /tmp/tailor
[svn2darcs]
source = svn:remotesource
target = darcs:tailor
patch-name-format = [r%(revision)s] %(firstlogline)s
remove-first-log-line = True
refill-changelogs = True
#start-revision = HEAD
state-file = svn2darcs.state
[darcs2svn]
source = darcs:localsource
target = svn:tailor
#start-revision = HEAD
state-file = darcs2svn.state
#root-directory = /tmp/tailor
[svn:remotesource]
repository = svn://scm.gforge.inria.fr/svn/e-cduce
#module = /xml2cd
module = /
subdir = remotesource
[darcs:tailor]
subdir = darcsrepo
[darcs:localsource]
repository = /tmp/tailor/darcsrepo
subdir = darcstemp
[svn:tailor]
repository = file:///tmp/tailor/svnrepo
module = /
subdir = svntemp
_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor