Question
I previously used Eclipse for Tizen app development, but now want to switch to Tizen Studio 1.0. I'm trying to use the same SVN repository I used before, but I can't find the SVN configuration option in Tizen Studio 1.0.
Could you please guide me on how to connect SVN in Tizen Studio or provide any relevant documentation?
Answer
Problem Understanding
The user is transitioning from Eclipse to Tizen Studio 1.0 and wants to continue using their existing SVN repository. However, they cannot find SVN integration options in the new IDE.
Solution Methods
-
Alternative Version Control Options:
- Tizen Studio doesn't have built-in SVN support. Consider migrating to Git, which has better integration.
- For Windows users: Use TortoiseGit
- For Linux users: Use SmartGit
-
Tizen SCM Tools:
- Check the Tizen SCM Tools version 16.02.2 which might provide version control integration capabilities.
-
External SVN Client:
- Continue using your preferred SVN client externally and import projects into Tizen Studio as needed.
Additional Tips
- If you must use SVN, consider setting up your repository access through an external client and manually importing projects into Tizen Studio.
- The Tizen development team has been focusing more on Git integration, so migrating to Git might provide a better long-term solution.