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

[PATCH] Don't ignore multiple --target switches

From: Hyrum K. Wright <hyrum_at_hyrumwright.org>
Date: 2006-05-31 22:48:19 CEST

This patch fixes a bug where multiple --target switches fail silently
for all but the final one. Instead, this patch concatenates all targets
specified by multiple --target switches into one array.

Coincidentally, this patch also fixes a memory leak, since we were just
dropping the previous list of targets when we encountered additional
--target switches.

-Hyrum

[[[
Allow the --targets switch to be given multiple times.

* subversion/svn/main.c
  (main): Append multiple targets to the same array, instead of
          replacing them.
]]]

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

Received on Thu Jun 1 12:17:47 2006

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.