You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Zack Brown <zb...@tumblerings.org> on 2002/10/31 05:51:13 UTC

PATCH: fix path reference

Is it better to submit little baby patches like this that just do one thing,
or should I save them up and give one big patch with many different things?

Log Message:
Fixed an incorrect path reference. Patch from Zack Brown
<zb...@tumblerings.org>

* IDEAS: this referred to a file that was actually in a different
location

Index: IDEAS
===================================================================
--- IDEAS
+++ IDEAS	2002-10-30 20:41:07.000000000 -0800
@@ -3,7 +3,7 @@
 Some ideas for the future.
 (Please use outline-mode format for this file.)
 
-* todo: move the ideas in doc/future.texi to here
+* todo: move the ideas in doc/programmer/design/future.texi to here
 
   Because plaintext/outline is less of a barrier to adding new ideas
   than texinfo format; this should be a pretty informal file.

-- 
Zack Brown

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

Re: PATCH: fix path reference

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
Zack Brown <zb...@tumblerings.org> writes:
> Is it better to submit little baby patches like this that just do one thing,
> or should I save them up and give one big patch with many different things?

In general, it's better to submit a lot of little patches, so we can
keep conceptually different changes separate.

Applied, thanks!

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