asdlei00 / tortoisesvn

Automatically exported from code.google.com/p/tortoisesvn
0 stars 0 forks source link

Sync #666

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Sync all settings (those stored in the registry), the %appdata%\subversion\auth 
folder and the project monitor ini file between computers.

The passwords in the auth folder in the project monitor ini file need to be 
decrypted first since those are encrypted using the login credentials of the 
computer. Then we have to encrypt those again with a user specified password.

of course, only those settings must be synched that don't rely on local paths, 
since those usually are different between computers.

and if WANdisco agrees, we could even sync those to their servers.

Original issue reported on code.google.com by tortoisesvn on 25 Sep 2014 at 4:48

GoogleCodeExporter commented 9 years ago
ups, not the nicest issue number for a feature request :)

Original comment by tortoisesvn on 25 Sep 2014 at 4:49

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r25888.

Original comment by tortoisesvn on 25 Sep 2014 at 6:33

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r25891.

Original comment by tortoisesvn on 26 Sep 2014 at 4:41

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r25893.

Original comment by tortoisesvn on 26 Sep 2014 at 7:48

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r25898.

Implement sync of the project monitor data.

Original comment by tortoisesvn on 29 Sep 2014 at 8:07

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r25907.

sync TortoiseMerge regex filters

Original comment by tortoisesvn on 30 Sep 2014 at 8:24

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r25913.

After updating the ini file, send a message to a possible running monitor to 
force it to reload the ini file

Original comment by tortoisesvn on 2 Oct 2014 at 6:54

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r25915.

* use a counter instead of filetimes to determine the update direction
* store a file version in the export file for future use
* prepend the export file with a fixed string, used to determine correct 
decryption

Original comment by tortoisesvn on 3 Oct 2014 at 7:42

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r25920.

* allow overriding the sync direction via command line
* ensure the specified save path exists before trying to save the file

Original comment by tortoisesvn on 5 Oct 2014 at 5:40

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r25921.

Add a new page to the settings dialog.

Original comment by tortoisesvn on 5 Oct 2014 at 5:42

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r25935.

Use a separate SVN instance for every project update check to avoid using 
leftover authentication data.

Original comment by tortoisesvn on 10 Oct 2014 at 6:24

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r25948.

* extend the sync settings page with manual sync buttons
* allow for manual import/export from/to a user-selected file
* add a password dialog, ask for a password on manual import/export

Original comment by tortoisesvn on 15 Oct 2014 at 7:23

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r25972.

allow synching/exporting of local settings as well.

Original comment by tortoisesvn on 22 Oct 2014 at 8:12

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r25990.

Allow specifying the export/import file path on the command line.

Original comment by tortoisesvn on 28 Oct 2014 at 6:27

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r25992.

Original comment by tortoisesvn on 28 Oct 2014 at 9:39