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

Re: not under version control

From: Mitch Claborn <mitch_at_claborn.net>
Date: Fri, 22 Feb 2008 09:15:37 -0600

Yes - the copy works, but when I later merge a change on the copied file
from the trunk to the branch, it uses a status code of "G" which is not
the same as other files that were merged in the normal way. When I
merge the directory that contains the new file instead of just the new
file, it works as I expect it to, and subsequent merges to the file are
normal.

Is there a way to merge in a new file without merging the whole
directory it lives in?

Mitch Claborn
mitch_at_claborn.net

Marc Haisenko wrote:
> On Wednesday 20 February 2008, Mitch Claborn wrote:
>
>> svn, version 1.4.2 (r22196)
>> compiled Nov 10 2006, 17:39:50
>>
>> Here's the command that is bothering me:
>> svn merge
>>
>>
> file:///home/subversion/repos/survey/branches/T04405c/web/admin/CookieList.jsp_at_HEAD
>
>> file:///home/subversion/repos/survey/trunk/web/admin/CookieList.jsp_at_HEAD
>> ./web/admin/CookieList.jsp
>>
>> the result is:
>> svn: Use --force to override this restriction
>> svn: 'web/admin/CookieList.jsp' is not under version control
>>
>> branches/T04405c is a branch from the trunk.
>> CookieList.jsp is a new file in the trunk that I want to merge into the
>> branch.
>> the working directory for the above command is the working directory for
>> the branch.
>>
>> Why won't it merge? I've tried the --force option but it doesn't
>> appear to make any difference.
>>
>> The same format of command works for updates, but fails on new files.
>>
>> I must be missing something obvious.
>>
>
> Yes: you don't want to merge but copy :-) You can only merge existing files,
> AFAIK. So you'd just do:
>
> cd working_copy/web/admin
> svn cp file:///home/subversion/repos/survey/trunk/web/admin/CookieList.jsp .
>
> HTH,
> Marc
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-22 16:16:14 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.