Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Version control in Eclipse?
Version control in Eclipse? [message #190889] Tue, 30 January 2007 20:14 Go to next message
Eclipse UserFriend
Originally posted by: www.nospam.net

Hi,

I have heard that Eclipse can do version control. Our company use
Subversion now. But since only two people including me are working here
and our Java files are related. I am wondering if Eclipse has some
internal handy version control tools, so we don't need to bother
Subversion.

We all program Java in Eclipse. If the version control tool in Eclipse
is sufficient for two of us, we may not need to bother to use Subversion.

Thank you.
Re: Version control in Eclipse? [message #190897 is a reply to message #190889] Tue, 30 January 2007 20:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Eclipse comes with built-in CVS integration so I think that's the only
directly available alternative...


www wrote:
> Hi,
>
> I have heard that Eclipse can do version control. Our company use
> Subversion now. But since only two people including me are working
> here and our Java files are related. I am wondering if Eclipse has
> some internal handy version control tools, so we don't need to bother
> Subversion.
>
> We all program Java in Eclipse. If the version control tool in Eclipse
> is sufficient for two of us, we may not need to bother to use Subversion.
>
> Thank you.
Re: Version control in Eclipse? [message #190979 is a reply to message #190897] Wed, 31 January 2007 13:15 Go to previous messageGo to next message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1812
Registered: July 2009
Location: Firenze, Italy
Senior Member
Ed Merks wrote:
> Eclipse comes with built-in CVS integration so I think that's the only
> directly available alternative...
>
>
> www wrote:
>> Hi,
>>
>> I have heard that Eclipse can do version control. Our company use
>> Subversion now. But since only two people including me are working
>> here and our Java files are related. I am wondering if Eclipse has
>> some internal handy version control tools, so we don't need to bother
>> Subversion.
>>
>> We all program Java in Eclipse. If the version control tool in Eclipse
>> is sufficient for two of us, we may not need to bother to use Subversion.
>>
>> Thank you.

but that's working only if you have a cvs server installed

--
Lorenzo Bettini, PhD in Computer Science, DSI, Univ. di Firenze
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net


Re: Version control in Eclipse? [message #191001 is a reply to message #190889] Wed, 31 January 2007 13:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nugaee.SPAMtlen.pl

www wrote:
> Hi,
>
> I have heard that Eclipse can do version control. Our company use
> Subversion now. But since only two people including me are working here
> and our Java files are related. I am wondering if Eclipse has some
> internal handy version control tools, so we don't need to bother
> Subversion.
>
> We all program Java in Eclipse. If the version control tool in Eclipse
> is sufficient for two of us, we may not need to bother to use Subversion.
>
> Thank you.
there are two plugins that enables svn support in eclipse : subclipse
and subversive. subversive can be used even on file:// protocol, so i
think it's good solution if you don't want to use yours company server.

bartek michalik
Re: Version control in Eclipse? [message #191021 is a reply to message #190889] Wed, 31 January 2007 14:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wayne.beaton._NOSPAM_eclipse.org

www wrote:
> Hi,
>
> I have heard that Eclipse can do version control. Our company use
> Subversion now. But since only two people including me are working here
> and our Java files are related. I am wondering if Eclipse has some
> internal handy version control tools, so we don't need to bother
> Subversion.
>
> We all program Java in Eclipse. If the version control tool in Eclipse
> is sufficient for two of us, we may not need to bother to use Subversion.
>
> Thank you.

The short answer is no. The slightly longer answer is that CVS doesn't
take up too much room and is probably worth looking at. You can even
install it on one of your developer workstations. CVSNT runs as a
service; once you have it set up, you can basically forget about it.

I have it set up on one of my workstations at home and I use it all the
time. With almost no prior experience, I was able to get CVSNT up and
running in about 15 minutes.

Consider it.

HTH,

Wayne
Re: Version control in Eclipse? [message #191027 is a reply to message #191001] Wed, 31 January 2007 14:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wayne.beaton._NOSPAM_eclipse.org

Bartosz Michalik wrote:

> there are two plugins that enables svn support in eclipse : subclipse
> and subversive. subversive can be used even on file:// protocol, so i
> think it's good solution if you don't want to use yours company server.

Well that's interesting. Does it actually manage versions with the
file:// protocol, or is it just basic file copy?

Wayne
Re: Version control in Eclipse? [message #191051 is a reply to message #191027] Wed, 31 January 2007 14:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nugaee.SPAMtlen.pl

Wayne Beaton wrote:
> Bartosz Michalik wrote:
> Well that's interesting. Does it actually manage versions with the
> file:// protocol, or is it just basic file copy?

the repository is built the same way as repositories than can be
accessed via http or svn protocols, and afaik it is used the same way.
but you can use file:/// protocol only if you are using JavaHL wrapper
to Subversion API. JavaSVN lib doesn't support file protocol

bartosz michalik
Re: Version control in Eclipse? [message #191177 is a reply to message #191001] Wed, 31 January 2007 20:30 Go to previous message
Eclipse UserFriend
Originally posted by: hendrik_maryns.despammed.com

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message

Bartosz Michalik uitte de volgende tekst op 01/31/2007 02:39 PM:
> www wrote:
>> Hi,
>>
>> I have heard that Eclipse can do version control. Our company use
>> Subversion now. But since only two people including me are working
>> here and our Java files are related. I am wondering if Eclipse has
>> some internal handy version control tools, so we don't need to bother
>> Subversion.
>>
>> We all program Java in Eclipse. If the version control tool in Eclipse
>> is sufficient for two of us, we may not need to bother to use Subversion.
>>
>> Thank you.
> there are two plugins that enables svn support in eclipse : subclipse
> and subversive. subversive can be used even on file:// protocol, so i
> think it's good solution if you don't want to use yours company server.

Newer versions of Subclipse support file:/// too.

H.
--
Hendrik Maryns
http://tcl.sfs.uni-tuebingen.de/~hendrik/
==================
www.lieverleven.be
http://aouw.org
http://catb.org/~esr/faqs/smart-questions.html
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFFwPx1e+7xMGD3itQRAssvAJ0ZJO8/dZuwEnqmzwS5vGE8zrVGwwCd FUjr
+4B/YzNO9AR+PZ7ZUtJ5poA=
=yMgX
-----END PGP SIGNATURE-----
Previous Topic:How to use Eclipse on Windows to build a Java app for Aqua.
Next Topic:PDF
Goto Forum:
  


Current Time: Fri Apr 26 07:46:29 GMT 2024

Powered by FUDForum. Page generated in 0.09066 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top