You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Thomas Sturgeon <th...@kineticsusa.com> on 2005/03/18 18:40:27 UTC

Patching your own work

Greetings.

 

I understand how 2 users working on the same file would need to resolve
their changes at check-in time.

 

However, I do not understand how to do it if only one person is working
with the repository; the vendor is sending out patches at the same time
I am making changes.

 

I need to resolve the differences and create a new version. Diff'ing the
files won't work...it needs to create the comparisons that I can use to
resolve the differences.


RE: Patching your own work

Posted by Dale Worley <dw...@pingtel.com>.
From: Thomas Sturgeon [mailto:thomas.sturgeon@kineticsusa.com]


However, I do not understand how to do it if only one person is working with
the repository; the vendor is sending out patches at the same time I am
making changes.

 

I need to resolve the differences and create a new version. Diff'ing the
files won't work...it needs to create the comparisons that I can use to
resolve the differences. 

 

 

It sounds like you need a "vendor branch", which is discussed in the
Subversion book.

 

Dale