On 23.11.2015 21:01, Ren Wang wrote:
> I got an error for creating a new directory to the repository. Strange to me
> is that enve the code failed at the svn_repos_fs_commit_txn, but the
> directory got created:
>
>
>
>
>
> 1) Open repository, repos
>
> 2) Get the latest revision, you
I got an error for creating a new directory to the repository. Strange to me
is that enve the code failed at the svn_repos_fs_commit_txn, but the
directory got created:
1) Open repository, repos
2) Get the latest revision, youngest
3) Do the following:
svn_fs_txn_t *txn;
s
"Hartleroad, James [IT]" writes:
> Just trying to get a better understanding on why svnlook shows the
> files when reviewing one commit and not the other, when both commits
> "changed" what was in the repository, at least to the point that the
> files are copied to the new location.
You might wa
> -Original Message-
> From: Hartleroad, James [IT] [mailto:james.hartler...@sprint.com]
> Sent: maandag 23 november 2015 17:24
> To: Ivan Zhakov
> Cc: users@subversion.apache.org
> Subject: RE: svnlook changed doesn't include all of the files that are part of
> the commit
>
> Version 1
Version 1.8.10
$ svn log -r 5596 -v file:///data/ans/repos/r4BN
r5596 | cmadmin | 2015-11-20 09:55:22 -0600 (Fri, 20 Nov 2015) | 15 lines
Changed paths:
M /4BN/cmblds/1551-MID16.1.2.0
A
/4BN/cmblds/1551-MID16.1.2.0/4BN
Diff reports copies of directories as adds of the individual files, while
svnlook changed reports a copy on the root and only interesting changes
below that. Just like how 'svn status' would have reported it before the
commit.
Bert
From: Hartleroad, James [IT] [mailto:james.
On 23 November 2015 at 17:29, Hartleroad, James [IT]
wrote:
> Why doesn’t svnlook changed show all of the files that are part of the
> commit?
>
> A developer created a new directory with two files in a branch and the
> branch was merged into another branch. When running svnlook it shows the
> di
Why doesn't svnlook changed show all of the files that are part of the commit?
A developer created a new directory with two files in a branch and the branch
was merged into another branch. When running svnlook it shows the directory
was added, but not the included files. If I run a svn diff wi