QCAD

QCAD - 2D CAD System.

Click here for a documentation of the DokuWiki formatting syntax that can be used in reports

Please search for existing tasks (also closed ones) before opening a new task.

Please make sure that you are using the latest Version of QCAD before posting a bug (menu Help - Check for Updates)

Tasklist

FS#25 - Autosave

Attached to Project: QCAD
Opened by Martin (martin) - Thursday, 21 April 2011, 15:37 GMT+2
Last edited by Andrew (andrew) - Monday, 15 August 2011, 23:06 GMT+2
Task Type Feature Request
Category Main
Status Closed
Assigned To Andrew (andrew)
Operating System All
Severity Medium
Priority Normal
Reported Version Development
Due in Version 3 Beta
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Autosave

Make interval configurable
Enable / disable
Path (?)

This task depends upon

Closed by  Andrew (andrew)
Monday, 15 August 2011, 23:06 GMT+2
Reason for closing:  Implemented
Comment by Martin (martin) - Monday, 15 August 2011, 17:31 GMT+2

if we can get the process ID of the current process somehow, it would be good to add that to the temporary auto save name (2 users, same machine, same drawing name → boom) I know, unlikely, but at least under Linux is common to add the process ID to have a really unique name, e.g. Eclipse Test NG:

drwxr-xr-x  2 martin users      4096 Aug 12 17:03 testng-eclipse--997698732
drwxr-xr-x  2 martin users      4096 Aug 12 17:03 testng-eclipse-984534180
drwxr-xr-x  2 martin users      4096 Aug 12 17:03 testng-eclipse-955130154
drwxr-xr-x  2 martin users      4096 Aug 12 17:03 testng-eclipse-931383515

SVN (uses some kind of a hash code, I guess):

-rw-r--r--  1 martin users      7422 Jul 15 09:33 svn7752206384143690697.cpp
-rw-r--r--  1 martin users      7422 Jul 15 09:33 svn2949626584155793624.cpp
-rw-r--r--  1 martin users    143161 Jul 15 09:34 jna4064532926219941792.tmp
-rw-r--r--  1 martin users     29514 Jul 15 10:01 svn4702788292027033402.cpp
-rw-r--r--  1 martin users     29514 Jul 15 10:01 svn6455917479870799831.cpp
Comment by Andrew (andrew) - Monday, 15 August 2011, 17:33 GMT+2

good point.
there are some other issues (files are never cleaned up, there is no history, just the last auto save state)

Loading...