Commit c3d90b74 authored by bescoto's avatar bescoto

Debugging patch for Kevin Horton


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@660 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 5e1d50c4
......@@ -514,7 +514,8 @@ class BackupSetGlobals(SetGlobals):
return actual_ctq
log.Log.FatalError("""New quoting requirements!
The quoting this session appears to need do not match those in
The quoting chars this session needs (%s) do not match
the repository settings (%s) listed in
%s
......@@ -522,10 +523,7 @@ This may be caused when you copy an rdiff-backup repository from a
normal file system onto a windows one that cannot support the same
characters, or if you backup a case-sensitive file system onto a
case-insensitive one that previously only had case-insensitive ones
backed up onto it.
If you want to risk it, remove the file
rdiff-backup-data/chars_to_quote.""" % (ctq_rp.path,))
backed up onto it.""" % (suggested_ctq, actual_ctq, ctq_rp.path))
class RestoreSetGlobals(SetGlobals):
......
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