Linked by Thom Holwerda on Thu 13th Jul 2006 16:47 UTC, submitted by anonymous
General Development From the beginning, Eclipse included tight integration with the Concurrent Versions System in order to provide access to change-management capabilities. Now, many projects - notably those run by the Apache Software Foundation - are using a different change-management system: Subversion. This article demonstrates how to add Subversion support to Eclipse and how to perform basic version-control activities from the IDE.
Order by: Score:
Nice article
by suryad on Thu 13th Jul 2006 17:22 UTC
suryad
Member since:
2005-07-09

Thank you for posting this.

Reply Score: 1

Its a Pity...
by shotsman on Thu 13th Jul 2006 17:28 UTC
shotsman
Member since:
2005-07-22

That both subversion & cvsnt are such a pain to get working on Windows.
The client side is ok but the underlying server is not so easy/clean.
It can be made to work but both don't work OOTB/after install. If this was there then the adoption of this feature would be much wider.

Reply Score: 1

RE: Its a Pity...
by bakanekov3 on Thu 13th Jul 2006 18:46 UTC in reply to "Its a Pity..."
bakanekov3 Member since:
2005-07-06

I don't know what problems you had, but I had no problems with getting subversion server working out of the box on Windows, then Apache to front it.

Reply Score: 1

RE[2]: Its a Pity...
by Mitarai on Thu 13th Jul 2006 18:54 UTC in reply to "Its a Pity..."
Mitarai Member since:
2005-07-28

Neather I, SVS installed in about 5 steps w/o a problem, CVS by the other hand it wasn't easy at all.

Reply Score: 1

RE: Its a Pity...
by chrish on Fri 14th Jul 2006 13:57 UTC in reply to "Its a Pity..."
chrish Member since:
2005-07-14

I grabbed the binaries from the Subversion website and they installed easily into Apache 2 (grabbed from apache.org, naturally). For the client side on Windows, I'm using the Subversion build from Cygwin.

When I used CVS, I was using the Cygwin server via inetd, etc. and it was a bit of a pain to set up; if you Google up "Cygwin CVS" you should find a how-to about setting it up. Similarly, there's a good sshd how-to for Cygwin out there, too.

- chrish

Reply Score: 1

v hilarious
by TDavis on Thu 13th Jul 2006 17:33 UTC
In case
by Ikshaar on Thu 13th Jul 2006 19:14 UTC
Ikshaar
Member since:
2005-07-14

Anyone knows how to make subversion works with Anjuta ?

Reply Score: 1

subversive vs. subclipse
by HelloWorld82 on Thu 13th Jul 2006 19:35 UTC
HelloWorld82
Member since:
2005-08-27

did someone try out subversive?

subversice is an other SVN plugin, as subclipse is.
Can someone recommand me one of them?
I would like to use subversion+eclipse, but I don't know which plugin to use.

Reply Score: 1

RE: subversive vs. subclipse
by jocknerd on Thu 13th Jul 2006 20:08 UTC in reply to "subversive vs. subclipse"
jocknerd Member since:
2006-01-26

I use Eclipse with the Coldfusion plugin (CFEclipse) and the subversion plugin (Subclipse). Works great. I also have the TortoiseSVN client on my Windows box at work. It also works great. Subversion is just the most important piece of software I have today. I put everything in it now, documents, pdf's, code, etc. Its not just for developers.

Reply Score: 1

RE: subversive vs. subclipse
by lagitus on Thu 13th Jul 2006 21:52 UTC in reply to "subversive vs. subclipse"
lagitus Member since:
2005-07-18

While I haven't tried subversive, I've used subclipse for a while now and done all sorts of operations with it and there has never been a single problem. It integrates perfectly with the user interface too. Eclipse has a truly phenomenal plugin system.

Reply Score: 1

Subclipse is great
by werpu on Fri 14th Jul 2006 11:00 UTC
werpu
Member since:
2006-01-18

it is probably the best svn client there is, currently, as seamless as eclipses excellent cvs integration, and withou the need of binary client libs (thanks to the integrated javasvn lib)

Reply Score: 1

No problem with subclipse
by dulus on Fri 14th Jul 2006 11:29 UTC
dulus
Member since:
2006-07-14

I'm living with subclipse 2 years and have no problem at all. I use Windows and Linux eclipse and both platforms behave the same way without problems.

Reply Score: 1

RE: No problem with subclipse
by chrish on Fri 14th Jul 2006 13:58 UTC in reply to "No problem with subclipse"
chrish Member since:
2005-07-14

It also updates regularly, and they're quiet friendly/helpful towards n00bs on the Subclipse mailing list. ;-)

- chrish

Reply Score: 1