/[rdiff-backup]/rdiff-backup/rdiff_backup/metadata.py
ViewVC logotype

Diff of /rdiff-backup/rdiff_backup/metadata.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by bescoto, Mon May 31 22:20:54 2004 UTC revision 1.16.2.1 by bescoto, Sat Nov 26 00:17:46 2005 UTC
# Line 183  def Record2RORP(record_string): Line 183  def Record2RORP(record_string):
183                          if data == ':' or data == 'None': data_dict['gname'] = None                          if data == ':' or data == 'None': data_dict['gname'] = None
184                          else: data_dict['gname'] = data                          else: data_dict['gname'] = data
185                  elif field == "Permissions": data_dict['perms'] = int(data)                  elif field == "Permissions": data_dict['perms'] = int(data)
186                  else: raise ParsingError("Unknown field in line '%s %s'" %                  else: log.Log("Unknown field in line '%s %s'" % (field, data), 2)
                                                                  (field, data))  
187          return rpath.RORPath(index, data_dict)          return rpath.RORPath(index, data_dict)
188    
189  chars_to_quote = re.compile("\\n|\\\\")  chars_to_quote = re.compile("\\n|\\\\")

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.16.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26