rdiff-backup-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Rdiff-backup-bugs] [bug #24100] Can't specify the root directory ('c:\'


From: Andrew Ferguson
Subject: [Rdiff-backup-bugs] [bug #24100] Can't specify the root directory ('c:\') as src in native win32 binary.
Date: Tue, 19 Aug 2008 01:09:47 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1

Update of bug #24100 (project rdiff-backup):

                  Status:                    None => In Progress            
             Assigned to:                    None => owsla                  
                 Summary: Can't specify the root directory ('c:\') as src in
native win32 binary. => Can't specify the root directory ('c:') as src in
native win32 binary.

    _______________________________________________________

Follow-up Comment #1:

Out of curiosity, what happens if you try switching all of the '' characters
to '/' ?

Python on Windows is smart enough to translate automatically, for example:

f = open("C:/Documents and Settings/Administrator/Desktop/test.txt", "w")
f.write("test file")
f.close()

works perfectly to create a test file on my desktop.

I admit it's unintuitive, however, it may be the most simple solution.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?24100>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]