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

Re: Can't commit external subprojects to same repository in one go

From: YH Yang <yhuiyang_at_gmail.com>
Date: Sun, 6 Jan 2008 15:50:34 +0800

hello Scott

2008/1/5, Scott Barnes <sbarnes_tsvn_at_atomsmith.net>:
>
> I could not find the UUIDs anywhere in Tortoise, but the "svn info"
> command showed they are the same. Here are the relevant outputs from
> the two info commands:
>
> Path: .
> URL: http://svn.server:8080/repos1/project/trunk
> Repository Root: http://svn.server:8080/repos1
> Repository UUID: 2ad779bc-9127-0410-89ac-c3ca0f66b9f7
> Revision: 32
> Node Kind: directory
> Schedule: normal
>
>
> Path: .
> URL: http://svn.server:8080/repos1/common/component
> Repository Root: http://svn.server:8080/repos1
> Repository UUID: 2ad779bc-9127-0410-89ac-c3ca0f66b9f7
> Revision: 32
> Node Kind: directory
> Schedule: normal
>
>
> Quoting YH Yang <yhuiyang_at_gmail.com>:
>
> > Hello
> >
> > 2008/1/5, Scott Barnes <sbarnes_tsvn_at_atomsmith.net>:
> >>
> >> The main project and external do exist in one repository, "repos1".
> >> The documentation and user interface lead me to believe that I can
> >> commit everything at once in this situation.
> >
> >
> >
> > It should work if the svn:external is retrieving from the same repo.
> > But I think your "repos1" is a repo parent instead of a repo.
> > You could check the repository uuid for "toplevel" directory and
> > "common/component" directory. (property in the context menu,
> > subversion tab"
> >
> > HTH
> >
>

I tried it, and it seems matter on which directory you setup the
svn:external.
Did you add the svn:external property on http://svn.server:8080/repos1?
(common/component http://svn.server:8080/repos1/common/component)
<http://svn.server:8080/repos1/common/component>
If that's true, try to remove it and then add svn:external property on
http://svn.server:8080/repos1/common.
(component http://svn.server:8080/repos1/comon/component)

HTH
YH

>
Received on 2008-01-06 08:50:53 CET

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

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