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

Re: Merge individual files

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Fri, 5 Dec 2008 13:12:29 -0600

On Dec 4, 2008, at 12:01, postmaster_at_tigris.org wrote:

> I have one branch in my environment named "Live". Right now
> consider in folder called x we changed 4 files in trunk. but we
> want to just merge 2 of them with Live branch. Using tortoise, if I
> want to merge a single file, entering the URL of file /xxx/xsss/xxx/
> y.java, it shouts with this error :
>
> Cant Replace a directory from within.

If you want help with TortoiseSVN, you need to ask on the
TortosiseSVN Users mailing list.

However, using just the Subversion command line, you can merge just
the two files, by issuing two merge commands, one for each file.

svn merge $REPO/path/to/file1 local/path/to/file1
svn merge $REPO/path/to/file2 local/path/to/file2
svn commit

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=980274

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-08 09:06:06 CET

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.