El Jueves, 24 de Noviembre de 2005 01:02, Gerard Beekmans escribió: > Say I want to include another changeset from, for example, a week ago > but many changes may have been made. I don't want all the changes since > last week. Only one particular change that was made. > > I'd need to know the revision number of that particular commit, right? > The only way to find that is by using "svn log" to scroll back in > history and see which two revisions I have to use for that one change.
Yes > That would then mean I end up doing two svn merges to get the two > changes that were not made consecutively? Yes. Plus, if some other files was changed during that old commits, and you don't want to apply those chages also, then you must to specify the full path to the file you want to extract the changes from. -- Manuel Canales Esparcia Usuario de LFS nº2886: http://www.linuxfromscratch.org LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.com TLDP-ES: http://es.tldp.org -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
