[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 6975 - in trunk: . build/generator

From: Russell Yanofsky <rey4_at_columbia.edu>
Date: 2003-09-04 20:42:33 CEST

e.huelsmann@gmx.net wrote:
> Rey4,
>
> How do you do that: generating these commits so fast in a row? I
> suppose you have to create the right patches beforehand? What do you
> diff against?

I just diff against the trunk and commit like:

$ patch -p0 < p01.diff
$ svn ci
$ patch -R -p0 < p01.diff
$ patch -p0 < p02.diff
$ svn ci
$ patch -R -p0 < p02.diff
$ patch -p0 < p03.diff
$ svn ci

and so on. The diffs are hard to read because each diff includes all the
changes from the previous diffs, but it works for now since I'm only able to
be online intermittently.

- Russ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 4 20:43:08 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.