Re: Versioning ... CVS or Subversion?
Re: Versioning ... CVS or Subversion?
- Subject: Re: Versioning ... CVS or Subversion?
- From: Lachlan Deck <email@hidden>
- Date: Mon, 12 May 2008 07:38:49 +1000
Hi there,
On 12/05/2008, at 7:00 AM, Miguel Arroz wrote:
On 2008/05/11, at 20:50, Gennady Kushnir wrote:
Maybe I should have used google, but could you explain me in general
how does versioning work. And how do I work with it. Specifically in
regard to WO development.
Does it archive only java sources? And how about components, EOmodels
and other related resources (which can also have versions)?
SVN (and version control in general) stores whatever you want. Java
files, EO Models, whatever. Generally the only distinction is
between binary and text files. SVN can automatically solve some
conflicts in text files (I think), and when it can't, it will alter
the file to sinalize what's the changes you made and the changes
other people made to that file, helping you to solve the problem. On
binary files, SVN can't do that (you can't "merge" a GIF, for
example!).
You can also specify a list of ignored files (svn:ignore)
with regards,
--
Lachlan Deck
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden