You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Freddie Albertsman <c0...@cs.umu.se> on 2007/08/17 13:09:13 UTC

Merge-tracking

Hey all!

I wonder how far you got on merge-tracking for subversion.
Part of my thesis is to study merge-tracking approaches/problems and 
possibly implement it in subversion.

Could you give me some tips about starting and building the source code in
a good way? I mean building it just for developement.
Thanx in advance, and I hope this is the "right" mailing list for this 
type of quistion.
P.S I have subscribed on this mailing list.
Thanx in advance.
Yours,
//Freddie

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Merge-tracking

Posted by Stefan Sperling <st...@elego.de>.
On Fri, Aug 17, 2007 at 08:50:18AM -0500, Ben Collins-Sussman wrote:
> > Could you give me some tips about starting and building the source code in
> > a good way? I mean building it just for developement.
> 
> Sure, grab the source tarball, and read the INSTALL file.

An anonymous svn checkout may be better than a tarball
for development, so you can do diffs, read logs, etc.

	svn co  http://svn.collab.net/repos/svn/trunk/ svn

-- 
Stefan Sperling <st...@elego.de>                 Software Developer
elego Software Solutions GmbH                            HRB 77719
Gustav-Meyer-Allee 25, Gebaeude 12        Tel:  +49 30 23 45 86 96 
13355 Berlin                              Fax:  +49 30 23 45 86 95
http://www.elego.de                 Geschaeftsfuehrer: Olaf Wagner

Re: Merge-tracking

Posted by Daniel Rall <dl...@collab.net>.
On Fri, 17 Aug 2007, Ben Collins-Sussman wrote:

> On 8/17/07, Freddie Albertsman <c0...@cs.umu.se> wrote:
> > Hey all!
> >
> > I wonder how far you got on merge-tracking for subversion.
> 
> The majority of the work is done;  we're trying to finish up loose
> ends to release svn 1.5 soonish.

If you're interested in pitching in, you can query our tracker
<http://subversion.tigris.org/issues/> for open issues using the
Keyword "merge-tracking".

Re: Merge-tracking

Posted by Ben Collins-Sussman <su...@red-bean.com>.
On 8/17/07, Freddie Albertsman <c0...@cs.umu.se> wrote:
> Hey all!
>
> I wonder how far you got on merge-tracking for subversion.

The majority of the work is done;  we're trying to finish up loose
ends to release svn 1.5 soonish.

> Part of my thesis is to study merge-tracking approaches/problems and
> possibly implement it in subversion.

Have you studied merge-tracking already?  Most of our design docs are here:

  http://subversion.tigris.org/merge-tracking/

>
> Could you give me some tips about starting and building the source code in
> a good way? I mean building it just for developement.

Sure, grab the source tarball, and read the INSTALL file.

> Thanx in advance, and I hope this is the "right" mailing list for this
> type of quistion.

Yes, this list is about the development of svn itself.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Merge-tracking

Posted by Karl Fogel <kf...@red-bean.com>.
Freddie Albertsman <c0...@cs.umu.se> writes:
> I wonder how far you got on merge-tracking for subversion.
> Part of my thesis is to study merge-tracking approaches/problems and
> possibly implement it in subversion.
>
> Could you give me some tips about starting and building the source code in
> a good way? I mean building it just for developement.
> Thanx in advance, and I hope this is the "right" mailing list for this
> type of quistion.
> P.S I have subscribed on this mailing list.

Others have already answered your questions.  This reply is about
helping you help yourself next time.

First, if you do:

   search://subversion "merge tracking"/

the top hit will be our pages on merge-tracking in Subversion.  They
contain a wealth of information.  Did you try that before posting
here?

(The above quasi-URL was shorthand for: use your favorite search
engine -- I tested with Google -- to search for the word "subversion"
and the phrase "merge tracking" simultaneously.)

If you download the Subversion source code (which is easily findable
from our home page), you will find a file named "INSTALL", which has
detailed instructions on building and installing Subversion.  Also,
search://subversion building/ shows blog posts on this topic.  Did you
try those routes before posting?

Running 'svn log http://svn.collab.net/repos/svn/trunk' and searching
the results for "merge-tracking" and "merge tracking" would be an
obvious way to see how far we've gotten on it.  Did you try that?

I realize this might all sound a bit harsh, and I don't mean it to be.
I'm glad you want information about merge-tracking in Subversion, and
that you're interested in development.  But every time you post here,
your message goes to thousands of people.  It would be better to do
basic background research on your own, before asking questions on a
mailing list.

Anyway, users@subversion.tigris.org is the right place to ask
questions.  That's where you ask when the goal is to help yourself
(which sounds like the case here).  When your purpose in posting is to
help Subversion, rather than yourself, then dev@ is the appropriate
list.

Again, there's nothing wrong with helping yourself.  But we also need
to save this list from avoidable traffic.  It's already very busy; we
simply can't afford to answer questions whose answers are easily
findable on the Internet.  I hope you understand.

Thanks, and good luck,
-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org