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

Feature Req: ability to specify a changelist for svn merge

From: James Hanley <jhanley_at_dgtlrift.com>
Date: Thu, 22 Aug 2013 09:55:11 -0400

ie:
svn merge -cl merge_from_trunk https://svn.somerepo.com/project/trunk
#Any items merged in are added to change list "merge_from_trunk" to
# easily differentiate from local changes that the user does not want to
check in
svn status

M local_file_changes.txt

--- Changelist 'merge_from_trunk':
 M .
M pathhere/foo.c
M pathhere/bar.c
A + paththere/mon.h
M paththere/mon.cpp
 M pathoverthere/foo

This would then allow just the easy checkin of the merge with
svn ci -cl merge_from_trunk

alternatively (if easier to implement) the ability to specify to svn ci the
set of files not specified as a member to a changelist.
-Jim
Received on 2013-08-22 15:56:06 CEST

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

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