Re: Remote code and compile with GUI from Windows to Linux?



On Fri, 2006-02-03 at 13:21, Arthur Pemberton wrote:

No I didn't (yet) mention source control. I have in mind cvs or
subversion. I have been able to make a desicion yet, partly due to my
ignorance on their contrasting pros and cons. I am only aware that cvs
seems more popular, and that I am sure that FC will support it via
default yum repos.

CVS has been around forever and does what you need. Subversion
adds better support for loosely connected groups working
independently but you will probably want close coordination
anyway.

How would source control enable the devlopers to be on multiple
machines though, I would assume they need access to the remote machine
where g++ lives to compile/test, no?

You can access the repository remotely as easily as through
the filesystem. Every developer should have his own
workspace and frequently commit his own changes and update
the code to pick up the other committed changes but it
doesn't matter if the workspaces are local or not. The
price is right for Linux development software...

Currently the app is intended to be solely linux based (eventually
I'll custom build a lite kernel) as the intended hardware is to be
small and as such likely low spec. So no gui.

If you don't have a gui you might be able to develop and
test on other platforms - or at least be able to compile
under Cygwin. When that works, the code could be committed
and someone could check it back out on the Linux box and build
for testing.

--
Les Mikesell
lesmikesell@xxxxxxxxx


--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: Visual Studio with 3 developers and same projekt
    ... I have enjoyed Subversion more. ... project I worked on with CVS, I was not in control of the Repository. ... something happened during a commit you'd be left in a mixed state with some ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: CVS alternatives?
    ... Is there a version control program similar to cvs ... Someone said subversion wasn't ... Specifically, CVS versions on a per-file basis, so you commit changes ... Arch ...
    (comp.os.linux.development.apps)
  • Re: [Off-Topic] cvs
    ... >> advanced versioning tools like subversion or arch. ... > CVS is that you can't add a description to a tag. ... > write a few paragraphs that would get stored with that tag. ... each commit gets its own revision number (so you can reference each ...
    (comp.lang.python)
  • Re: CVS history access?
    ... FreeBSD src CVS commit history as a datasource. ... Yo should change `CHANGE_THIS' with the hostname of a CVSup mirror (a ...
    (freebsd-questions)
  • Re: Controlling project version
    ... over CVS. ... I've used CVS and Subversion quite a lot for a number of years. ... The branching in Subversion is a gazillion times better than CVS if you ... started playing with Git. ...
    (php.general)