Commit bb2c3c41 authored by ben's avatar ben

Added check to skip overly long files


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@60 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 3202a872
......@@ -292,8 +292,9 @@ class HLDestinationStruct:
5, # Reported by docv (see list)
13, # Permission denied IOError
20, # Means a directory changed to non-dir
26] # Requested by Campbell (see list) -
26, # Requested by Campbell (see list) -
# happens on some NT systems
36] # filename too long
))):
Log("Skipping file because of error after %s" %
(dsrp and dsrp.index,), 2)
......
......@@ -292,8 +292,9 @@ class HLDestinationStruct:
5, # Reported by docv (see list)
13, # Permission denied IOError
20, # Means a directory changed to non-dir
26] # Requested by Campbell (see list) -
26, # Requested by Campbell (see list) -
# happens on some NT systems
36] # filename too long
))):
Log("Skipping file because of error after %s" %
(dsrp and dsrp.index,), 2)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment