You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Phan Le Cam Tu <pl...@gmail.com> on 2008/03/25 15:25:50 UTC

svn log & diff, how do they work?

Hello,
I'd like to develop a model of reputation about management of document
diffusion in an organization in my internship. I'm very interested in
2 functions log & diff of subversion. But i don't understand exactly
how do they work? How does the subversion manage different versions ?
How does it detect the modifications of files? Coud you explain them
to me?
and would you send me the code source of these implementations?
Thanks a lot
Best regards
--
Cam Tu PHAN LE
TELECOM Bretagne

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

Re: svn log & diff, how do they work?

Posted by Arfrever Frehtes Taifersar Arahesis <ar...@gmail.com>.
2008-03-25 16:25:27 Phan Le Cam Tu napisaƂ(a):
> Hello,
> I'd like to develop a model of reputation about management of document
> diffusion in an organization in my internship. I'm very interested in
> 2 functions log & diff of subversion. But i don't understand exactly
> how do they work? How does the subversion manage different versions ?
> How does it detect the modifications of files? Coud you explain them
> to me?
> and would you send me the code source of these implementations?

These questions should be sent to users@subversion.tigris.org.
Read http://svnbook.red-bean.com.

-- 
Arfrever Frehtes Taifersar Arahesis

Re: svn log & diff, how do they work?

Posted by "Hyrum K. Wright" <hy...@mail.utexas.edu>.
Phan Le Cam Tu wrote:
> Hi,
> I think that i exprimed badly my questions :(. I'd like to know how to
> implement the functions log & diff, not how to use them. I mean that
> how the programers do these functions (in which language : C?
> java?...), and i want to have these code sources :)

Subversion is implemented in C, and the code is publicly available.  You
can browse the repository here:
http://svn.collab.net/viewvc/svn/
or check is out here:
http://svn.collab.net/repos/svn/trunk

(Please note that the answers to your questions are pretty easily
available on http://subversion.tigris.org/)

-Hyrum


Re: svn log & diff, how do they work?

Posted by Phan Le Cam Tu <pl...@gmail.com>.
Hi,
I think that i exprimed badly my questions :(. I'd like to know how to
implement the functions log & diff, not how to use them. I mean that
how the programers do these functions (in which language : C?
java?...), and i want to have these code sources :)
Kind regards
-- 
Cam Tu PHAN LE

On Tue, Mar 25, 2008 at 4:40 PM, Matt imMute Sickler <im...@msk4.ath.cx> wrote:
>
> Phan Le Cam Tu wrote:
> > Hello,
> > I'd like to develop a model of reputation about management of document
> > diffusion in an organization in my internship. I'm very interested in
> > 2 functions log & diff of subversion. But i don't understand exactly
> > how do they work? How does the subversion manage different versions ?
> > How does it detect the modifications of files? Coud you explain them
> > to me?
> > and would you send me the code source of these implementations?
> > Thanks a lot
> > Best regards
> > --
> > Cam Tu PHAN LE
> > TELECOM Bretagne
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: dev-help@subversion.tigris.org
> >
> >
>
> You can find the source on subversion's website (
> http://subversion.tigris.org ) and you can read about how to use svn in
> "Version Control with Subversion" ( http://svnbook.red-bean.com/ )
>

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

Re: svn log & diff, how do they work?

Posted by Matt imMute Sickler <im...@msk4.ath.cx>.
Phan Le Cam Tu wrote:
> Hello,
> I'd like to develop a model of reputation about management of document
> diffusion in an organization in my internship. I'm very interested in
> 2 functions log & diff of subversion. But i don't understand exactly
> how do they work? How does the subversion manage different versions ?
> How does it detect the modifications of files? Coud you explain them
> to me?
> and would you send me the code source of these implementations?
> Thanks a lot
> Best regards
> --
> Cam Tu PHAN LE
> TELECOM Bretagne
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
> 
> 

You can find the source on subversion's website ( 
http://subversion.tigris.org ) and you can read about how to use svn in 
"Version Control with Subversion" ( http://svnbook.red-bean.com/ )

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