I am using a local repository for Mylyn. I would like to save the repository as file in the version controlled path for my project. This way I can have backup and versioning for my tasks. How can I set the repository path?
Asked
Active
Viewed 1,382 times
1 Answers
8
- Windows / Prferences / Tasks
- Open up hidden fieldgroup under "Advanced"
- PROFIT

gaRex
- 4,144
- 25
- 37
-
Yes, it works, but it has lots of files I don't want in my repository – Jader Dias May 18 '11 at 01:30
-
Then try another solution -- to repository, but some simple daily backup of the whole folder somewhere. – gaRex May 18 '11 at 02:07
-
As I see them, you seems, will have not a very good versioning with *.zip files, until you have some git (if you use it) hacks to understand, that *.zip on concrete location should be unzipped before comparing. – gaRex May 18 '11 at 02:09
-
I guess I can setup a cron job to unzip and copy the tasks from the Mylyn folder to my project's versioned folder. – Jader Dias May 18 '11 at 12:33