You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by baz themail <ba...@gmail.com> on 2008/09/24 17:46:33 UTC

Discrepancies in displaying log information between tortoiseSVN and svn log command?

Hi,

I am seeing a strange behavior that I am not sure if it is correct or not.

1. I have two repositories.
2. I am trying to submit changes for users from Repo_A to Repo_B.
3. Checkout directory_M from Repo_A and directory_N from Repo_B.
4. Perform a Windows copy of File_X from directory_M to directory_N.
5. Submit File_X into Repo_B. Add specific comments to indicate that this is
a duplicate submit in Repo_B.

When perform "svn log http://svn_server/directory_M", I can see the submits
and comments are correct with me as the author. However, when performing a
"show log" in TortoiseSVN, all the submits that I have done are under the
author from the original author in Repo_A. In addition, all the "additional
comments" that I made are not there. The comments are exactly the same as
the original files.

Why?

Thanks.

A.

RE: Discrepancies in displaying log information between tortoiseSVN and svn log command?

Posted by Bert Huijben <be...@vmoo.com>.
> -----Original Message-----
> From: Andy Levy [mailto:andy.levy{a}gmail.com]
> Sent: woensdag 24 september 2008 20:06
> To: baz themail
> Cc: subversion
> Subject: Re: Discrepancies in displaying log information between
> tortoiseSVN and svn log command?
> 
> On Wed, Sep 24, 2008 at 13:46, baz themail <bazthemail{a}gmail.com>
> wrote:
> > Hi,
> >
> > I am seeing a strange behavior that I am not sure if it is correct or
> not.
> >
> > 1. I have two repositories.
> > 2. I am trying to submit changes for users from Repo_A to Repo_B.
> > 3. Checkout directory_M from Repo_A and directory_N from Repo_B.
> > 4. Perform a Windows copy of File_X from directory_M to directory_N.
> > 5. Submit File_X into Repo_B. Add specific comments to indicate that
> this is
> > a duplicate submit in Repo_B.
> >
> > When perform "svn log http://svn_server/directory_M", I can see the
> submits
> > and comments are correct with me as the author. However, when
> performing a
> > "show log" in TortoiseSVN, all the submits that I have done are under
> the
> > author from the original author in Repo_A. In addition, all the
> "additional
> > comments" that I made are not there. The comments are exactly the
> same as
> > the original files.
> >
> > Why?
> 
> Unless I'm misreading, you're requesting the log from Repo_A in TSVN.
> 
> Your log messages will not be copied from Repo_A to Repo_B, at all.
> There is no facility for copying between repositories with any kind of
> history.

TortoiseSVN has a log cache based on the UUID of a repository. 

When this cache is enabled it assumes each repository has its own unique
UUID.
If the repositories were created by copying a template to a new repository
the uuids might be the same.

Which in turn can give you errors like these.
(It also makes it easy to mix up repositories when you are switchin; but
those issues are harder to track down)

	Bert


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Discrepancies in displaying log information between tortoiseSVN and svn log command?

Posted by Andy Levy <an...@gmail.com>.
On Wed, Sep 24, 2008 at 13:46, baz themail <ba...@gmail.com> wrote:
> Hi,
>
> I am seeing a strange behavior that I am not sure if it is correct or not.
>
> 1. I have two repositories.
> 2. I am trying to submit changes for users from Repo_A to Repo_B.
> 3. Checkout directory_M from Repo_A and directory_N from Repo_B.
> 4. Perform a Windows copy of File_X from directory_M to directory_N.
> 5. Submit File_X into Repo_B. Add specific comments to indicate that this is
> a duplicate submit in Repo_B.
>
> When perform "svn log http://svn_server/directory_M", I can see the submits
> and comments are correct with me as the author. However, when performing a
> "show log" in TortoiseSVN, all the submits that I have done are under the
> author from the original author in Repo_A. In addition, all the "additional
> comments" that I made are not there. The comments are exactly the same as
> the original files.
>
> Why?

Unless I'm misreading, you're requesting the log from Repo_A in TSVN.

Your log messages will not be copied from Repo_A to Repo_B, at all.
There is no facility for copying between repositories with any kind of
history.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org