Re: Error running make for subversion

2017-05-05 Thread Daniel Shahaf
Joseph, Anselm wrote on Fri, May 05, 2017 at 14:36:12 +:
> Hope you can help with this issue from a newbie.
> gcc version 4.2.0 is installed on my powerpc-ibm-aix7.1.3.0 system.
> I am trying to build gnu subversion 1.9.5 and running make after

I think you mean "Apache Subversion 1.9.5".

> gcc: unrecognized option '-qHALT=E'
> ld: 0711-317 ERROR: Undefined symbol: .libintl_dgettext
> ld: 0711-317 ERROR: Undefined symbol: .libintl_dngettext

The compiler can't find libintl.  Either point configure to a libintl,
or pass --disable-nls to disable localised output.

> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
> collect2: ld returned 8 exit status
> make: 1254-004 The error code from the last command is 1.


Re: SVN Login using LDAP works, but files inside path not visible

2017-05-05 Thread Daniel Shahaf
Julian Zielke wrote on Fri, May 05, 2017 at 07:08:05 +:
> [...] I only see the ".." Link for jumping up one directory.
> 
> Using another user which also has permissions for all directories above, I 
> can see those files inside.
> 
> So this might be a lack of permissions but I don't know where.

You can use "svnauthz accessof" to debug your authz file.  


Re: svn generates long lists of empty diffs with --diff-cmd

2017-05-05 Thread Daniel Shahaf
Alexey Neyman wrote on Fri, May 05, 2017 at 08:50:07 -0700:
> On 04/20/2017 10:44 PM, Alexey Neyman wrote:
> >On 04/20/2017 09:58 PM, Alexey Neyman wrote:
> >>No, plain 'svn diff' does not show any differences, not even properties.
> >>For example:
> >>
> >>[aneyman@rhel-build2 src]$ svn diff $URL/SETUP.bash SETUP.bash
> >>[aneyman@rhel-build2 src]$ svn diff --diff-cmd=diff $URL/SETUP.bash
> >>SETUP.bash
> >>Index: SETUP.bash
> >>===
> >Some more information:
> >- While the properties on the file itself are the same, the inherited
> >properties differ (at least, svn:mergeinfo on the parent directory).
> >- This behavior is observed on 1.10.0-dev, 1.9.x and 1.8.x. Subversion
> >1.7.x does not display these spurious  "Index:" lines.
> >
> So, given the information above, can it be considered a bug/regression?

Sure.


Re: svn generates long lists of empty diffs with --diff-cmd

2017-05-05 Thread Alexey Neyman

On 04/20/2017 10:44 PM, Alexey Neyman wrote:

On 04/20/2017 09:58 PM, Alexey Neyman wrote:

On 04/20/2017 06:52 AM, Bert Huijben wrote:

-Original Message-
From: Alexey Neyman [mailto:sti...@att.net]
Sent: donderdag 20 april 2017 02:59
To: users@subversion.apache.org
Subject: svn generates long lists of empty diffs with --diff-cmd

Hi,

I noticed that SVN generates a lot of spurious diffs when using a
--diff-cmd option that look like this:

Index: arch/alpha/boot/tools/objstrip.c
==
=
Index: arch/alpha/boot/Makefile
==
=

Is it possible to suppress such empty diffs? This makes the tools like
ReviewBoard (www.reviewboard.org) examine a lot of unchanged files and
slows them down considerably and unnecessary.

What argument do you pass to --diff-cmd ?

svn diff --diff-cmd=diff
Is it possible that the files are actually different, but your diff 
command reports that they are not different (e.g. after normalizing 
whitespace). I think this header is printed on changed files, right 
before invoking the diff command.
No, plain 'svn diff' does not show any differences, not even 
properties. For example:


[aneyman@rhel-build2 src]$ svn diff $URL/SETUP.bash SETUP.bash
[aneyman@rhel-build2 src]$ svn diff --diff-cmd=diff $URL/SETUP.bash 
SETUP.bash

Index: SETUP.bash
===

Some more information:
- While the properties on the file itself are the same, the inherited 
properties differ (at least, svn:mergeinfo on the parent directory).
- This behavior is observed on 1.10.0-dev, 1.9.x and 1.8.x. Subversion 
1.7.x does not display these spurious  "Index:" lines.



So, given the information above, can it be considered a bug/regression?

Regards,
Alexey.

Regards,
Alexey.




Error running make for subversion

2017-05-05 Thread Joseph, Anselm
Hope you can help with this issue from a newbie.
gcc version 4.2.0 is installed on my powerpc-ibm-aix7.1.3.0 system. I am trying 
to build gnu subversion 1.9.5 and running make after ./configure.

Subversion 1.9.5
gcc (GCC) 4.2.0
Target: powerpc-ibm-aix6.1.0.0

$ make
cd subversion/svn && /bin/sh "/opt/eai/ci/subversion/libtool" --tag=CC 
--silent --mode=link gcc -shared  -g -O2   -qHALT=E-rpath /usr/local/lib  
-o svn  add-cmd.lo auth-cmd.lo blame-cmd.lo cat-cmd.lo changelist-cmd.lo 
checkout-cmd.lo cl-conflicts.lo cleanup-cmd.lo commit-cmd.lo 
conflict-callbacks.lo copy-cmd.lo delete-cmd.lo deprecated.lo diff-cmd.lo 
export-cmd.lo file-merge.lo help-cmd.lo import-cmd.lo info-cmd.lo list-cmd.lo 
lock-cmd.lo log-cmd.lo merge-cmd.lo mergeinfo-cmd.lo mkdir-cmd.lo move-cmd.lo 
notify.lo patch-cmd.lo propdel-cmd.lo propedit-cmd.lo propget-cmd.lo 
proplist-cmd.lo props.lo propset-cmd.lo relocate-cmd.lo resolve-cmd.lo 
resolved-cmd.lo revert-cmd.lo similarity.lo status-cmd.lo status.lo svn.lo 
switch-cmd.lo unlock-cmd.lo update-cmd.lo upgrade-cmd.lo util.lo 
../../subversion/libsvn_client/libsvn_client-1.la 
../../subversion/libsvn_wc/libsvn_wc-1.la 
../../subversion/libsvn_ra/libsvn_ra-1.la 
../../subversion/libsvn_delta/libsvn_delta-1.la 
../../subversion/libsvn_diff/libsvn_diff-1.la 
../../subversion/libsvn_subr/libsvn_subr-1.la -L/opt/freeware/lib -laprutil-1 
-L/opt/freeware/lib -lapr-1 -lintl
gcc: unrecognized option '-qHALT=E'
ld: 0711-317 ERROR: Undefined symbol: .libintl_dgettext
ld: 0711-317 ERROR: Undefined symbol: .libintl_dngettext
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
make: 1254-004 The error code from the last command is 1.


Stop.





FW: Error running make for subversion

2017-05-05 Thread Joseph, Anselm

From: Joseph, Anselm
Sent: Thursday, May 04, 2017 1:31 PM
To: 'gcc-h...@gcc.gnu.org'
Subject: Error running make for subversion

Hi,
Hope you can help with this issue.
gcc version 4.2.0 is installed on my powerpc-ibm-aix7.1.3.0 system. I am trying 
to build gnu subversion 1.9.5 and running make after ./configure.
I get the following errors "configure: failed program was:
| /* confdefs.h */
as well as "configure:5259: gcc -c -g -O2   -qHALT=E   -U__STR__ -D_THREAD_SAFE 
-D_USE_IRS -D_LARGEFILE64_SOURCE conftest.c >&5
gcc: unrecognized option '-qHALT=E'
Is there a versioning issue between gcc and subversion here?
See attached config.log

Regards,
Anselm


config.log
Description: config.log


Commit finished with error

2017-05-05 Thread Artur Yarosh
Hi support!
I can't commit any files/folders in my SVN repositories.
I using the server packages:
  - subversion-1.7.14-10.el7.x86_64
  - httpd-2.4.6-45.el7.centos.4.x86_64
  - mod_dav_svn-1.7.14-10.el7.x86_64
on OS: CentOS Linux release 7.3.1611 (Core)
The 'httpd' daemon is running under user "apache".
Current rights in SVN-directory is:
  -rw-r--r--. 1 root root   1257 May  4 16:37 authz
  drwxr-xr-x. 6 root apache   86 May  4 16:17 branches
  drwxr-xr-x. 6 root apache   86 May  4 16:16 site
  drwxr-xr-x. 6 root apache   86 May  4 15:56 trunk
How can I fix it?
Error logs is below.
Thanks.

-- server log --
==> /var/log/httpd/error_log <==
[Fri May 05 11:13:25.688479 2017] [:error] [pid 2254] [client
172.16.1.35:56420] could not begin a transaction  [500, #13]
[Fri May 05 11:13:25.688497 2017] [:error] [pid 2254] [client
172.16.1.35:56420] Can't open file '/svn/branches/db/txn-current-lock':
Permission denied  [500, #13]
-- client log --
ayarosh@KSS-WS-07:~/Downloads/SVN/branches$ svn status testfile
?   testfile
ayarosh@KSS-WS-07:~/Downloads/SVN/branches$ svn add testfile
A testfile
ayarosh@KSS-WS-07:~/Downloads/SVN/branches$ svn commit testfile -m
"first commit"
svn: E13: Commit failed (details follow):
svn: E13: could not begin a transaction

-- 
Best regards,

Artur Yarosh
Constructor of the computer systems
Kamia Security Service
Phone: +380674426605
Skype: artur.yarosh



SVN Login using LDAP works, but files inside path not visible

2017-05-05 Thread Julian Zielke
Hi,

I'm running an SVN using path-based authentication against our Samba Sernet AD.
So far everything is working fine but now I had to restrict access for a 
certain group for a specific path.

I've added the necessary lines in our apache2 configuration and reloaded it. 
Authentication with the new, restricted is working fine but in my browser
as well as in Tortouise I only see the ".." Link for jumping up one directory.

Using another user which also has permissions for all directories above, I can 
see those files inside.

So this might be a lack of permissions but I don't know where.


  *   Julian

Wichtiger Hinweis: Der Inhalt dieser E-Mail ist vertraulich und ausschlie?lich 
f?r den bezeichneten Adressaten bestimmt. Wenn Sie nicht der vorgesehene 
Adressat dieser E-Mail oder dessen Vertreter sein sollten, so beachten Sie 
bitte, dass jede Form der Kenntnisnahme, Ver?ffentlichung, Vervielf?ltigung 
oder Weitergabe des Inhalts dieser E-Mail unzul?ssig ist. Wir bitten Sie, sich 
in diesem Fall mit dem Absender der E-Mail in Verbindung zu setzen. Wir m?chten 
Sie au?erdem darauf hinweisen, dass die Kommunikation per E-Mail ?ber das 
Internet unsicher ist, da f?r unberechtigte Dritte grunds?tzlich die 
M?glichkeit der Kenntnisnahme und Manipulation besteht

Important Note: The information contained in this e-mail is confidential. It is 
intended solely for the addressee. Access to this e-mail by anyone else is 
unauthorized. If you are not the intended recipient, any form of disclosure, 
reproduction, distribution or any action taken or refrained from in reliance on 
it, is prohibited and may be unlawful. Please notify the sender immediately. We 
also would like to inform you that communication via e-mail over the internet 
is insecure because third parties may have the possibility to access and 
manipulate e-mails.