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?

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted
  • Windows / Prferences / Tasks
  • Open up hidden fieldgroup under "Advanced"
  • PROFIT
link|improve this answer
Yes, it works, but it has lots of files I don't want in my repository – Jader Dias May 18 '11 at 1:30
Then try another solution -- to repository, but some simple daily backup of the whole folder somewhere. – gaRex May 18 '11 at 2: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 2: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
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.