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

Re: subversion externals issue

From: Ryan Schmidt <subversion-2012a_at_ryandesign.com>
Date: Thu, 1 Mar 2012 08:46:08 -0600

On Mar 1, 2012, at 02:59, Neson Maxmelbin (RBEI/EMT4) wrote:

> I have externals from other repo's configured in my master project under trunk.
> When I tag the trunk and then checkout the tag, the externals are not checked out.
> When I tag the entire repo and then checkout the tag, the externals are checked out. Is this the normal behavior? [I tried from Tortoise SVN]

That does not sound normal to me, and I have not heard of that happening before.

How is the tag created -- via "svn cp" from the trunk URL, or from a trunk working copy? If from a working copy, is it possible you had not run "svn up" on the working copy since before you added the externals definition?

If you check out the tag of trunk, does "svn propget svn:externals" show the externals definition or not?

I don't understand how you would "tag the entire repo" since the tags directory is inside the repo and you cannot copy something into itself.

You should show us a transcript demonstrating the problem, starting from the creation of an empty repository.

You should also indicate Subversion and OS versions, and the method used to serve the repository (svnserve, httpd, ...).
Received on 2012-03-01 15:46:49 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.