Intel XDK + SVN(Subversion)

Asked

Viewed 116 times

2

I need to control the version of my code on Intel XDK, I know the SVN, would like to use it on intel, or have another way to do with another type of program.

I need a team to work on the project and to update to everyone who is working on the newest version.

1 answer

4


With SVN it is possible to control code version, in text format, such as Java, Javascript, C, etc, and even binary file versions, such as compiled code.

Obviously the advantages are more visible, from the point of view of the developer, control the version of the code.

To learn more about the svn of a read on this article.

So if your project is a code, you can control it with SVN, you can use a personal server, or a Sourceforge for example.

You can also use other version control tools like Git, if it is an Opensource project, with the Github, for proprietary projects, one option is the Bitbucket, free for up to 5 developers.

  • Good answer, but how would you use this with Intel XDK ?

  • 1

    From a glance at this response in the stack in English, it appears you can use a component for Git: http://stackoverflow.com/a/25827460/1997073

Browser other questions tagged

You are not signed in. Login or sign up in order to post.