Version Control for XMOS Development Environment

Technical questions regarding the XTC tools and programming with XMOS.
User avatar
Jerry
Member++
Posts: 30
Joined: Sat Dec 12, 2009 7:14 pm
Location: Silicon Valley

Version Control for XMOS Development Environment

Post by Jerry »

Before I go to the trouble of trying to do it myself, has anyone set up a version control system, like Subversion or Mercurial, and integrated it into the XMOS Eclipse IDE?


User avatar
shawn
XCore Addict
Posts: 238
Joined: Thu Dec 17, 2009 5:15 am

Post by shawn »

I not sure where exactly I have read something to the affect, I think an Xlinker was working at Version Control.
when I recall it I'll try to look it up and post it.
tyler
Member
Posts: 15
Joined: Tue Jul 13, 2010 12:42 pm

Post by tyler »

We have been successfully using Subclipsein the XMOS IDE.

To install it, you can't use the traditional Eclipse method of clicking through menus, but instead just copy the Subclipse files into the appropriate directories in the Eclipse install directory.

It occasionally seems a bit buggy, however, with commits raising an error from time to time. Although I'm not sure if the issue is with Subclipse, our SVN server, or us.
[ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo *Click*
User avatar
Jerry
Member++
Posts: 30
Joined: Sat Dec 12, 2009 7:14 pm
Location: Silicon Valley

Post by Jerry »

I've tried installing Eclipse plug-ins without success in the XMOS tools (I get an "Cannot complete the request. This installation has not been configured properly for software updates" error).

I'll try copying plug-in files under the Eclipse install directory.
tyler
Member
Posts: 15
Joined: Tue Jul 13, 2010 12:42 pm

Post by tyler »

I believe that's the error I got when trying the install method.

The copy-files method worked very well for me ( I was a bit surprised). I think it is the jar files that must be copied.
[ $[ $RANDOM % 6 ] == 0 ] && rm -rf / || echo *Click*