You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by james osburn <jj...@hotmail.com> on 2004/12/28 15:58:12 UTC

how do i take diffs of one subversion repostion and merge them into another ...

Is it possible to take diffs of one subversion project and add these to
another subversion project? via a script or commands not one by one.
jim

<html><DIV></DIV></html>



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

Re: how do i take diffs of one subversion repostion and merge them into another ...

Posted by kf...@collab.net.
"james osburn" <jj...@hotmail.com> writes:
> Is it possible to take diffs of one subversion project and add these to
> another subversion project? via a script or commands not one by one.

  $ svn diff | patch

?

-Karl

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