Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

Source control and automatic build

Hi All,

I'm currently using Subversion as a source control system for Nios projects (both hardware and software). The Nios projects are easily kept under source control (it's probably possible to use Subclipse, but I do it manually), but as far as I know, the workspace cannot be source controlled. Two problem arise from this fact:

1. Whenever I check out the whole design, I have to create a workspace manually, and import all software projects, which is a tedious and inefficient.

2. Automatic build process cannot be set up, since Altera's command line build tools rely on a workspace to exist.

I would like to know if anyone has already addressed those problems. Maybe a solution could be generating a workspace automatically, but I didn't find a way to do it yet.

Thanks,

Avishay

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    originally posted by avishorp@Jun 14 2006, 04:37 AM

    hi all,

    i'm currently using subversion as a source control system for nios projects (both hardware and software). the nios projects are easily kept under source control (it's probably possible to use subclipse, but i do it manually), but as far as i know, the workspace cannot be source controlled. two problem arise from this fact:

    <div align='right'><{post_snapback}> (index.php?act=findpost&pid=16169)

    --- quote end ---

    --- Quote End ---

    I&#39;m using darcs and I have exactly the same issues. Eclipse makes it _really_ hard to move a project. Why IDE applications insist on using absolute paths I&#39;ll never know.

    I&#39;m currently mucking about with the .xml files in the .metadata directory to see If I can figure out something that works.