Re: BUG - SVN tries to connect to "akamai" - 15 second timeout - CRL - ctldl.windowsupdate.com

2016-01-29 Thread Daniel Shahaf
Cameron Sours wrote on Wed, Jan 27, 2016 at 20:32:45 +: > The windows Crypto API was attempting to connect to Windows Update to > retrieve Certificate revocation information (CRL - certificate > revocation list). The default timeout for CRL retrieval is 15 seconds. > The timeout for authenticat

Re: Modifying SVN Externals with Specific Revision

2016-01-26 Thread Daniel Shahaf
Crast, Nicholas wrote on Mon, Jan 25, 2016 at 14:16:52 +: > For anyone else in the future, there is more information here: > https://people.apache.org/~brane/svndocs/capi/group__Commit.html Not quite. That's trunk's documentation; promises made there are not binding. The released docs are th

Re: Modifying SVN Externals with Specific Revision

2016-01-23 Thread Daniel Shahaf
Crast, Nicholas wrote on Wed, Jan 20, 2016 at 21:05:51 +: > This is, in fact, the behavior I want. I just want to know if it's > guaranteed that modifications to external directories with a specific > revisions will not be committed. It is an explicit API promise of svn_client_commit6(): * I

Re: accessing svn config settings programmatically?

2016-01-17 Thread Daniel Shahaf
Karl Berry wrote on Sat, Jan 16, 2016 at 23:31:10 +: > Is it possible to read (no need to write) svn configuration settings via > some svn command? > Not with the cmdline client. It's possible with the bindings (svn_config_*). > That is, something better than trying to discover the location

Re: Subversion commit email script and "unprintable" characters

2016-01-17 Thread Daniel Shahaf
Alfred von Campe wrote on Wed, Jan 13, 2016 at 20:54:12 -0500: > Is there any documentation for this script (other than the script > itself)? There's mailer.conf.example in the same directory.

Re: svn + SSL?

2015-12-23 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Mon, Dec 21, 2015 at 19:07:18 -0500: > On Mon, Dec 21, 2015 at 2:21 PM, David Brodbeck wrote: > > > > > > On Sat, Dec 19, 2015 at 2:43 AM, Daniel Shahaf > > wrote: > >> > >> Or perhaps stunnel, which has its pros an

Re: svn + SSL?

2015-12-19 Thread Daniel Shahaf
jbl...@icloud.com wrote on Thu, Dec 17, 2015 at 16:46:12 -0700: > Setting up Apache for https is a bit heavy and SSH requires the > existence of local users. svn+ssh:// requires the existence of *one* local user, which be locked down with command="svnserve -t",no-x11-forwarding, etc., in authorize

Re: FW: getting file or directory property/metadata

2015-11-29 Thread Daniel Shahaf
Branko Čibej wrote on Sun, Nov 29, 2015 at 01:06:32 +0100: > On 28.11.2015 18:26, Daniel Shahaf wrote: > > To be fair, though, the same trick with 'svn info' would have lead you > > to svn_fs_node_created_rev(), which is documented to return "the > > revisio

Re: FW: getting file or directory property/metadata

2015-11-28 Thread Daniel Shahaf
[moving to dev@; please drop users@ from replies] Daniel Shahaf wrote on Sat, Nov 28, 2015 at 17:26:52 +: > To be fair, though, the same trick with 'svn info' would have lead you > to svn_fs_node_created_rev(), which is documented to return "the > revision in which @

Re: FW: getting file or directory property/metadata

2015-11-28 Thread Daniel Shahaf
Ren Wang wrote on Fri, Nov 27, 2015 at 10:04:38 -0500: > Thanks, that makes sense. > > Here is another question. How to get the latest revision id for > a node? I see the svnlook is calling svn_fs_node_id() to get node id, > but couldn't find a reference to get the latest revision of id for > a no

Re: svn_repos_fs_commit_txn error

2015-11-24 Thread Daniel Shahaf
Ren Wang wrote on Tue, Nov 24, 2015 at 12:37:26 -0500: > Thank you so much for the information. I wonder if there is a simple or any > subversion programming guide? There are our C tests (subversion/tests/**/*.c) — I think they are a good starting point for minimal examples of API usage.

Re: svn_repos_fs_commit_txn error

2015-11-24 Thread Daniel Shahaf
Philip Martin wrote on Tue, Nov 24, 2015 at 16:31:52 +: > "Ren Wang" writes: > > > After more google searching, I added the following line in the begin > > of the program, it is working now: > > apr_initialize(); > > A Subversion server process should call: > > apr_initialize() > svn_dso_

Re: Subversion 1.8 in RHEL/Centos repositories

2015-11-03 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Tue, Nov 03, 2015 at 06:06:18 -0500: > On Mon, Nov 2, 2015 at 8:59 AM, Junek Leoš wrote: > > I would like to install Subversion 1.8 from native distribution repository > > and wonder why it is not available… > > My RPM building tools are published. I don't personally ha

Re: subversion 1.9.2 could not be built "all-static" on FreeBSD 10+

2015-10-18 Thread Daniel Shahaf
Lev Serebryakov wrote on Sat, Oct 17, 2015 at 23:32:53 +0300: > Hello Users, > > I could not build subversion 1.9.2 with "--enable-all-static" on FreeBSD. > "configure" script forms wron arguments to ${CC} in this case and fails to > find any library. > > Here is couple of lines from config.log

Re: Leightweight tools for automated svn update + some scripting

2015-10-05 Thread Daniel Shahaf
Thorsten Schöning wrote on Fri, Oct 02, 2015 at 17:01:56 +0200: > What I would need is something polling some repos, like commit > monitors, only server based without GUI and such, and on commits > updates some working copies. Additionally, I need to be able to at > least restart services. I guess

Re: :Installing a svn server on openshift

2015-10-01 Thread Daniel Shahaf
The answer to "How do I install X" is always "As explained in the manual. Please read it, and if you have done so and it's still unclear, come back and ask specific questions about the unclear parts". The manual, in this case, is svnbook.org. Cheers, Daniel Yuri Nachitov wrote on Thu, Oct 01,

Re: Data lost in a subversion repository

2015-09-30 Thread Daniel Shahaf
thomas wrote on Tue, Sep 29, 2015 at 17:12:10 +0200: > The repository was stored at a personal directory and is damaged. > This means, some revision files are missing. > > The repository uses the fsfs format 6 layout sharded 1000. > > We have a working copy of the project in the last version. >

Re: Incomplete SVN dump files

2015-09-16 Thread Daniel Shahaf
; because svnadmin cannot handle the failure unless the stream itself > carries more information. > I understand that point; the other replies address it. Cheers, Daniel > Eric > > > On Sep 16, 2015, at 3:52 PM, Daniel Shahaf wrote: > > > > Eric Johnson wrote on Wed

Re: Incomplete SVN dump files

2015-09-16 Thread Daniel Shahaf
Eric Johnson wrote on Wed, Sep 16, 2015 at 11:03:08 -0700: > So if the dump of the last commit is incomplete, I an error code tells me, > what, exactly? That I need to manually edit the stream that I just dumped > into a file? That I should discard the whole dump, and start again? If you run dump

Re: Incomplete SVN dump files

2015-09-16 Thread Daniel Shahaf
Eric Johnson wrote on Wed, Sep 16, 2015 at 11:03:08 -0700: > On Wed, Sep 16, 2015 at 2:33 AM, Bert Huijben wrote: > > After an error you can't trust that the final portion is ok. > > > > Sure, but why not encode that in the dump itself! The absence of an > "end-commit" trailer could be a signal t

Re: chcp has no effect on output encoding for chcp

2015-09-07 Thread Daniel Shahaf
Matthias Ludwig wrote on Mon, Sep 07, 2015 at 11:45:13 +0200: > The use of the subversion language bindings is no alternative because there > exists no language bindings for svnlook. svnlook just wraps the svn_fs/svn_repos APIs, which do have bindings: % python2 >>> from svn.fs import *

Re: preventing recording misaligned mergeinfos

2015-09-06 Thread Daniel Shahaf
Stefan Hett wrote on Fri, Aug 28, 2015 at 19:03:08 +0200: > It does and that's not quite the problem for me. However what's > possible to do with SVN are merges like these: > > merge A/B/somefile into A That surprises me. We have a similar validation for 'switch' that enforces the source and tar

Re: How to call SVN's fs.change_rev_prop2 from Python / SWIG - passing old_value_p as a double pointer?

2015-09-02 Thread Daniel Shahaf
Mark Ziesemer wrote on Wed, Sep 02, 2015 at 00:01:40 +: > I'm trying to call fs.change_rev_prop2 (https://goo.gl/6b6TG5) from Python / > SWIG - and apparently can't figure out how to pass old_value_p as what I'm > assuming needs to be a double pointer from Python. > [ I've replied to this par

Re: How to call SVN's fs.change_rev_prop2 from Python / SWIG - passing old_value_p as a double pointer?

2015-09-02 Thread Daniel Shahaf
[ Summary for dev@: calling svn_fs_change_rev_prop() from Python works; calling svn_fs_change_rev_prop2() with old_value_p=None changes the property and then segfaults. ] Mark Ziesemer wrote on Wed, Sep 02, 2015 at 00:01:40 +: > I'm trying to call fs.change_rev_prop2 (https://goo.gl/6b6TG5) fr

Re: SVNListParentPath without path based authz checks?

2015-08-13 Thread Daniel Shahaf
Philip Martin wrote on Wed, Aug 12, 2015 at 02:20:51 +0100: > Daniel Shahaf writes: > > > SVNListParentPath used to list all repositories, but not too long ago > > that was changed to only list repositories that the authenticated user > > has access to. (I can't

Re: SVNListParentPath without path based authz checks?

2015-08-11 Thread Daniel Shahaf
Thorsten Schöning wrote on Mon, Aug 10, 2015 at 20:22:49 +0200: > Is this behavior by design or am I doing something wrong? From my > point of view "SVNListParentPath" is managed outside of the repo and > therefore authz should be ignored on that level. SVNListParentPath used to list all repositor

Re: Store passwords while using a different username

2015-08-05 Thread Daniel Shahaf
Tati, Aslesh wrote on Wed, Aug 05, 2015 at 17:42:45 +: > Is it possible to store password when a subversion query is being done as a > different user. > > Say I'm user foo and would like to run "svn log --username bar > https://https://%3cSVN_REPO>>" > > I'm prompted for user bar's credenti

Re: [Question, Bug?] Subversion Windows

2015-08-01 Thread Daniel Shahaf
Jens Drodofsky wrote on Fri, Jul 31, 2015 at 11:36:46 +0200: > Hello, > I didn't have any problems, all is working, but in the German language > there are some letters (special characters: ä , ö, ü and ß) that are > used in the command line. > > Example (Command): > Geben Sie ¯svn help® f?r weiter

Re: svn: E170001: Authorization failed

2015-08-01 Thread Daniel Shahaf
Philipp Klaus Krause wrote on Fri, Jul 31, 2015 at 18:14:30 +0200: > When trying to commit to Sourceforge from my notebook at home, I get the > error > > svn: E170001: Authorization failed > > since a few days ago. I get the error with both svn 1.8.13 and > 1.9.0-rc3. I still can commit to other

Re: Unreported errors during svn checkout

2015-08-01 Thread Daniel Shahaf
Nahrgang, Kyle wrote on Thu, Jul 30, 2015 at 15:10:13 +: > Using various versions of subversion, on both windows and linux, we > have seen situations where subversion encounters a network error in > the process of checkout out code in an svn:externals folder. When this > happens, subversion wil

Re: Feature request: Save the old file when svn revert

2015-07-22 Thread Daniel Shahaf
Markus Schaber wrote on Tue, Jul 21, 2015 at 13:01:09 +: > All other commands need a --force or other explicit user decision to > override user changed data, but the whole purpose of the "svn revert" > command is to undo local changes - putting a --force option or > something similar seems lik

Re: subversion-1.9.0-rc2 autogen.sh script breaks "/usr/share/aclocal" discovery on Fedora 21 and otherws

2015-07-14 Thread Daniel Shahaf
Daniel Shahaf wrote on Mon, Jul 13, 2015 at 23:12:16 +: > Nico Kadel-Garcia wrote on Sun, Jul 12, 2015 at 14:08:25 -0400: > > On Sun, Jul 12, 2015 at 3:09 AM, Daniel Shahaf > > wrote: > > > Nico Kadel-Garcia wrote on Sun, Jul 12, 2015 at 01:24:56 -0400: > > >

Re: subversion-1.9.0-rc2 autogen.sh script breaks "/usr/share/aclocal" discovery on Fedora 21 and otherws

2015-07-13 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Sun, Jul 12, 2015 at 14:08:25 -0400: > On Sun, Jul 12, 2015 at 3:09 AM, Daniel Shahaf > wrote: > > Nico Kadel-Garcia wrote on Sun, Jul 12, 2015 at 01:24:56 -0400: > >> +if [ -L "$ltpath" -a "$ltpath" = "/bin" ];

Re: subversion-1.9.0-rc2 autogen.sh script breaks "/usr/share/aclocal" discovery on Fedora 21 and otherws

2015-07-12 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Sun, Jul 12, 2015 at 01:24:56 -0400: > Building subversion-1.9.0-rc2 with 'autogen.sh' encounters some issues > with recent versions of Fedora. Why are you running autogen.sh? It's required when building from a checkout, it's not required when building from a tarball.

Re: Obtaining log messages for a diff

2015-05-20 Thread Daniel Shahaf
Nicolai Scheer wrote on Wed, May 20, 2015 at 11:40:49 +0200: > On 19 May 2015 at 15:51, Mark Phippard wrote: > > Assuming you know the revisions tag in 1.0.0 and 1.0.1 can't you just run > > svn log on branches/1.0.x and ask for all changes between those two > > revisions? > > Yes, that is the st

Re: Error checking out project that contains a large amount of binary data

2015-05-11 Thread Daniel Shahaf
Timothy Astle wrote on Mon, May 11, 2015 at 08:16:25 -0300: > Error writing base64 data. Software caused connection abort [500. #103] "103" is the apr_status_t error number. It's probably an errno number. You might want to look up what's errno code 103 on your system.

Re: fsfs storage

2015-05-11 Thread Daniel Shahaf
Geoff Field wrote on Mon, May 11, 2015 at 11:14:41 +1000: > The files are stored in original format in your working copy under > ./.svn/pristine/*, but with hashed names. > That's an implementation detail. > On the server, they're stored under ./db/revs as a series of deltas. > If you look at .

Re: Svn rename doesn't copy custom properties

2015-04-30 Thread Daniel Shahaf
Dan Ellis wrote on Thu, Apr 30, 2015 at 14:52:23 -0700: > Here's a snippet of the running scenario that can NOT reproduce the issue > in a new repo: In the situation that reproduces the problem: - What happens when renaming a file that has both pebls:* properties and other properties? - What h

Re: Dealing with very old repo format (version 1)

2015-04-29 Thread Daniel Shahaf
For future reference: if svnadmin is version 1.9 or newer, it should have the 'info' subcommand, which will display both the repository format and the FS format. http://subversion.apache.org/docs/release-notes/1.9#svnadmin-info Daniel (1.9 hasn't been released yet, as of this writing) Andrew Ree

Re: Dealing with very old repo format (version 1)

2015-04-29 Thread Daniel Shahaf
[snipping the part about db/revs, this is only about db/revprops] Philip Martin wrote on Wed, Apr 29, 2015 at 18:53:04 +0100: > Andrew Reedick writes: > > > Bad News: However, it seems that I have bigger issues: > > * Dumped revision 109662. > > svnadmin: E720002: Can't open file > > 'd

Re: Svn rename doesn't copy custom properties

2015-04-29 Thread Daniel Shahaf
Dan Ellis wrote on Wed, Apr 29, 2015 at 15:43:00 -0700: > Hi, > > We use some custom properties for tracking (e.g. my_prop:trace_to > req_12345) and have noticed that svn renames do not copy these across the > delete/add operation. I've tried searching the archives to see if I could > find a rati

branching over mod_dav 2.4.6 is O(tree) (was: Re: Branching slow 1.8.11 https)

2015-04-01 Thread Daniel Shahaf
[ moving to dev@, please remove users@ from replies ] Johan Corveleyn wrote on Sun, Mar 29, 2015 at 19:57:34 +0200: > On Sat, Mar 28, 2015 at 5:09 PM, Bert Huijben wrote: > > Httpd's mod_dav was updated in some recent version to do a full lock > > traversal on copies and moves. I think we already

Re: 1.8 bug(?): svn:mergeinfo set for tree-conflicted files in subdirs

2015-03-30 Thread Daniel Shahaf
Pete Harlan wrote on Mon, Mar 30, 2015 at 08:40:46 -0700: > On Sun, Mar 29, 2015 at 12:00 AM, Daniel Shahaf > wrote: > > Pete Harlan wrote on Fri, Mar 27, 2015 at 15:22:16 -0700: > >> On Fri, Mar 27, 2015 at 2:27 PM, Johan Corveleyn wrote: > >> > On Fri, Mar

Re: unlocking a svn:needs-lock file

2015-03-29 Thread Daniel Shahaf
Johan Corveleyn wrote on Fri, Mar 27, 2015 at 23:02:33 +0100: > On Fri, Mar 27, 2015 at 5:04 PM, Andrew Schwartz wrote: > > Hi, > > > > I'm using svn on Windows. > > > > If a file with the svn:needs-lock property is currently locked and is > > locally modified, I think that 'svn unlock' should fai

Re: 1.8 bug(?): svn:mergeinfo set for tree-conflicted files in subdirs

2015-03-29 Thread Daniel Shahaf
Pete Harlan wrote on Fri, Mar 27, 2015 at 15:22:16 -0700: > On Fri, Mar 27, 2015 at 2:27 PM, Johan Corveleyn wrote: > > On Fri, Mar 27, 2015 at 9:01 PM, Pete Harlan wrote: > >> On Tue, Mar 24, 2015 at 11:24 AM, Pete Harlan > >> wrote: > >>> Is it accurate then to say that Subversion may generat

Re: Status of files with whitespace and EOL changes only

2015-03-19 Thread 'Daniel Shahaf'
Bert Huijben wrote on Fri, Mar 20, 2015 at 01:48:49 +0100: > > > > -Original Message- > > From: 'Daniel Shahaf' [mailto:d...@daniel.shahaf.name] > > Sent: vrijdag 20 maart 2015 01:30 > > To: Bert Huijben > > Cc: 'Timour Khanipov'

Re: Status of files with whitespace and EOL changes only

2015-03-19 Thread 'Daniel Shahaf'
Bert Huijben wrote on Fri, Mar 20, 2015 at 01:14:20 +0100: > > > > -Original Message- > > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > > Sent: vrijdag 20 maart 2015 01:00 > > To: Timour Khanipov > > Cc: users@subversion.apache.org &

Re: Status of files with whitespace and EOL changes only

2015-03-19 Thread Daniel Shahaf
On Fri, Mar 13, 2015 at 04:40:14PM +0400, Timour Khanipov wrote: > It would be nice however for the 'svn status' command to have a flag > which would not show or mark in a special way the files which have only > whitespace and/or end of line style changes. This flag exists for the > 'svn diff' comm

Re: Exception: libsvn_wc\update_editor.c line 1550: assertion failed (action == svn_wc_conflict_action_delete)

2015-03-16 Thread Daniel Shahaf
Bert Huijben wrote on Sun, Mar 15, 2015 at 10:08:00 +: > Yes, we probably should. > Looks like you just did, in r1666832. Thanks. Nominate it for backport? % nominate.pl r1666832 "Resolves an assertion" :-) Daniel > > The problem here is an editor that drives a file or directory add in

Re: Trying to restore a corrupted repo

2015-02-28 Thread Daniel Shahaf
Keith Johnson wrote on Wed, Feb 25, 2015 at 13:14:56 -0600: > On Wed, Feb 25, 2015 at 12:33 PM, Andreas Stieger > wrote: > > > Hi, > > > > Am 25. Februar 2015 18:48:37 MEZ, schrieb Keith Johnson > >: > > > > >When having a 4th person do a checkout recently, the process (via > > >tortoisesvn) bom

Re: Issue with "database is locked" message after recovering from server failure

2014-12-23 Thread Daniel Shahaf
Newlyn Erratt wrote on Tue, Dec 23, 2014 at 18:19:19 +: > All, > > I had a server failure recently and ended up having to restore from a > hotcopy. Everything went well I did an svnadmin verify with no issues. > I am able to checkout and update with no issues but when I try to > commit I get t

Re: svn status & external definitions

2014-12-06 Thread Daniel Shahaf
Daniel Becroft wrote on Tue, Dec 02, 2014 at 14:44:06 +1000: > Hi, > > On a fresh checkout from a repository, an 'svn status' will return the > following: > > X alpha > X beta\B > X beta\C > > These are the folders created by svn:externals properties. No problem here. > > Howe

Re: List trouble - not received, how to get index ?

2014-12-06 Thread Daniel Shahaf
Kerry, Richard wrote on Thu, Dec 04, 2014 at 15:59:34 +: > Can anyone tell me how to get the index number from a message on this list ? > Just email users-help@ and the autoreply will tell you how to get a list of message numbers for use with the -get command. Or you could go to https://subv

Re: Efficiency of rep-sharing (deduplication) in 1.8 and later

2014-12-06 Thread Daniel Shahaf
Mark Phippard wrote on Fri, Sep 12, 2014 at 11:24:43 -0400: > On Fri, Sep 12, 2014 at 11:17 AM, Thomas Harold > wrote: > > > I have a question about how efficient SVN is at de-duplication within a > > repository with regards to files that appear in multiple locations, but > > which have the same

Re: Different behaviour of storing plaintext passwords under Unix - svn log differes from svn co/up

2014-11-22 Thread Daniel Shahaf
Branko Čibej wrote on Sat, Nov 22, 2014 at 08:38:29 +0100: > There is a possible attack vector through that: Since Subversion was > told to trust the stored certificate, one can imagine a situation where > an attacker (a) subverts IP routing and/or DNS to redirect your > connections to their own se

Re: Different behaviour of storing plaintext passwords under Unix - svn log differes from svn co/up

2014-11-22 Thread Daniel Shahaf
Bert Huijben wrote on Fri, Nov 21, 2014 at 21:56:11 +: > Does your server support anonymous read only connections? > > > If it allows those, it is completely expected that it doesn't use a > password for authorizing things like log… and therefore never > updates/stores passwords in that case.

Re: stuck at out of date error when rename/delete files

2014-11-22 Thread Daniel Shahaf
James wrote on Sat, Nov 22, 2014 at 14:18:41 +: > I am using latest SVN in linux with KDE SVN and eclipse. I have problem to > commit the delete action. I was renamed two files along with other changes. > After several different ways to commit my changes with KDE SVN, Eclipse and > command l

Re: checksum mismatch issue on 1.8.10

2014-11-22 Thread Daniel Shahaf
Can you commit to that file from a new working copy? Also, rule of thumb: quote error messages fully. (In this case, you omitted the replaceable part (the affected filename), which is usually the second most important thing in the error message.) Daniel James wrote on Sat, Nov 22, 2014 at 16:43

Re: Sample repo dump

2014-11-05 Thread Daniel Shahaf
Andreas Stieger wrote on Wed, Nov 05, 2014 at 11:57:26 +: > Hello, > > > On 4 Nov 2014, at 08:15, Baruch Burstein wrote: > > > > I am working on a tool that will extract data from svn dumps (such as > > produced by `svnadmin dump` and `svnrdump`). > > You will probably find the API, bindin

Re: svnadmin: E200002: Serialized hash missing terminator — but latest show revision is perfectly ok!

2014-10-22 Thread Daniel Shahaf
Daniel Shahaf wrote on Wed, Oct 22, 2014 at 11:17:46 +: > Stefan Sperling wrote on Mon, Oct 20, 2014 at 20:58:57 +0200: > > On Mon, Oct 20, 2014 at 08:46:03PM +0200, Stefan Sperling wrote: > > > On Mon, Oct 20, 2014 at 10:22:05PM +0400, Lev Serebryakov wrote: > > &

Re: SSL v3 vulnerability

2014-10-22 Thread Daniel Shahaf
Great answer --- you should add it to the FAQ :) Stefan Sperling wrote on Tue, Oct 21, 2014 at 17:18:44 +0200: > On Tue, Oct 21, 2014 at 02:40:32PM +, Nicolas CALVET (Ingenico Partner) > wrote: > > Hi, > > > > Recently, we were informed by a publishing speaking about the vulnerability > > o

Re: svnadmin: E200002: Serialized hash missing terminator — but latest show revision is perfectly ok!

2014-10-22 Thread Daniel Shahaf
Stefan Sperling wrote on Mon, Oct 20, 2014 at 20:58:57 +0200: > On Mon, Oct 20, 2014 at 08:46:03PM +0200, Stefan Sperling wrote: > > On Mon, Oct 20, 2014 at 10:22:05PM +0400, Lev Serebryakov wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > > Hash: SHA512 > > > > > > On 20.10.2014 19:07, Stefan

Re: Every Version of Every File in a Repository

2014-10-09 Thread Daniel Shahaf
Branko Čibej wrote on Wed, Oct 08, 2014 at 00:41:01 +0200: > On 07.10.2014 22:36, Andreas Mohr wrote: > >Aside from the brute-force method of checking out the entire repository > >starting at revision 1 , performing a scan, updating to the next > > revision, > >and repeating until I re

Re: Website Source Code Page

2014-10-06 Thread Daniel Shahaf
I replied on dev@. Jeff McClure wrote on Sat, Oct 04, 2014 at 12:35:23 -0700: > I’d like to suggest that the Source Code page > (http://subversion.apache.org/source-code.html > ) get added to the home page > in the top-level section. > > There’s

Re: Missing node-id in node-rev: how to solve?

2014-09-30 Thread Daniel Shahaf
Ibañez Alameda, Fernando wrote on Mon, Sep 29, 2014 at 15:43:36 +: > Hi all, > > I'm just handling a SVN server (version svn 1.5.1) on a Debian distribution. > > One of my repositories seems to be corrupted just after the last commit > (revision 71). Svnadmin command returns as correctly ver

Re: Recent Heartbleed OpenSSL bug may affect HTTPS Subversion servers

2014-04-11 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Thu, Apr 10, 2014 at 23:53:14 -0400: > I was just realizing that no one has mentioned it here: For anyone > running HTTPS based Subversion servers, they should really take a good > look at whether their web server is vulnerable to the "HeartBleed" > security problem in Op

Re: SVN Query about granting access

2014-04-09 Thread Daniel Shahaf
Geoff Field wrote on Tue, Apr 08, 2014 at 09:03:43 +1000: > > From: Daniel Shahaf > > Sent: Monday, 7 April 2014 18:13 PM > > > > karthik kg wrote on Mon, Apr 07, 2014 at 17:40:54 +1000: > > > Repository name - TTN > > > Location on the server - > &

Re: SVN Query about granting access

2014-04-09 Thread Daniel Shahaf
Geoff Field wrote on Wed, Apr 09, 2014 at 13:58:30 +1000: > Do you grant global read/write access to that repository at all? > Not sure, about this. Can you please tell me where this param > value specified? > > In your Subversion.conf file, there could be a line - most likely >

Re: SVN Query about granting access

2014-04-07 Thread Daniel Shahaf
karthik kg wrote on Mon, Apr 07, 2014 at 17:40:54 +1000: > Repository name - TTN > Location on the server - > > /apps/bss/SubVersion_Repository/TTN > > > I tired editing the /var/opt/app/SubVersion_Repository/NTT/conf/auth file > with below parameter for providing read only access to the TTN rep

Re: AuthUserFile not specified in the configuration

2014-04-04 Thread Daniel Shahaf
Justin Mrkva wrote on Thu, Apr 03, 2014 at 00:53:41 -0400: > [error] [client ::1] AuthUserFile not specified in the configuration > > Apache runs as _www:_www, and the directory containing the repository as well > as the repos themselves are all _www:_www 755. The htdigest file is _www:_www > 64

Re: how to upgrade sub version 1.4.2 server to 1.8.8 !!!

2014-04-01 Thread Daniel Shahaf
Ryan Schmidt wrote on Tue, Apr 01, 2014 at 13:51:09 -0500: > I don’t use Linux so I can’t provide specific advice there. The answer most likely depends on the distro. Run 'lsb_release -a' to see what distro you run. ('svn --version --verbose' will also say that, but that invocation is new in 1.

Re: Import history from a second repository

2014-04-01 Thread Daniel Shahaf
Ryan Schmidt wrote on Sun, Mar 30, 2014 at 19:51:17 -0500: > I’ve been developing a new feature of a public project in secret, in > my own private Subversion repository. It’s almost entirely new code in > a new directory. There’s only one file that’s based on an existing > file, and it’s been heavi

Re: Import history from a second repository

2014-04-01 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Sun, Mar 30, 2014 at 22:23:22 -0400: > On Sun, Mar 30, 2014 at 8:51 PM, Ryan Schmidt > wrote: > > I've been developing a new feature of a public project in secret, in my own > > private Subversion repository. It's almost entirely new code in a new > > directory. There'

Re: svnadmin reports error E160004

2014-03-25 Thread Daniel Shahaf
Martin Bischoff wrote on Tue, Mar 25, 2014 at 11:42:05 +0100: > Thanks a lot for the quick answer. > > One additional question: > It seems that after the dump/create/load cycle, I have to manually copy the > hooks, authz and passwd files to the newly created repository. > > Is that correct? Yes.

Re: svnadmin reports error E160004

2014-03-25 Thread Daniel Shahaf
Martin Bischoff wrote on Tue, Mar 25, 2014 at 09:34:50 +0100: > My questions: > - what exactly is error E160004? "Corruption found". It's not specific to this problem; it's used for nearly every error from verify (except for OS-level permission problems and the like).

Re: diff_cmd gvimdiff not working in 1.6 [SEC=UNCLASSIFIED]

2014-03-23 Thread Daniel Shahaf
Jin Lee wrote on Sun, Mar 23, 2014 at 11:56:47 +1100: > accessdev:/home/548/jtl548/roses/au-aa034> svn diff --diff-cmd=diffwrap.py > --old=bin/envfile --new=^/a/a/0/6/0/trunk/bin/envfile > > > The wrapper script, diffwrap.py for calling an external diff tool is a > copy of what's given in "Versi

Re: Sequence of SVN commits cannot be replayed

2014-03-23 Thread Daniel Shahaf
Daniel Shahaf wrote on Sun, Mar 23, 2014 at 02:34:35 +: > sebb wrote on Sat, Mar 22, 2014 at 01:28:33 +: > > To reproduce the problem, start as follows: > > > > svn co http://dist.apache.org/repos/dist/release/commons/dbcp/@4582 > > > > Then apply

Re: Sequence of SVN commits cannot be replayed

2014-03-22 Thread Daniel Shahaf
sebb wrote on Sat, Mar 22, 2014 at 01:28:33 +: > To reproduce the problem, start as follows: > > svn co http://dist.apache.org/repos/dist/release/commons/dbcp/@4582 > > Then apply the following revisions in order: > > 4583 > 4586 > 4588 > 4592 > 4593 > 4599 I can't reproduce an error with l

Re: pre-commit require lock exception

2014-03-04 Thread Daniel Shahaf
Bill McCormick wrote on Sat, Mar 01, 2014 at 13:48:19 -0600: > I have a PRE_COMMIT hook that checks the file's extension, and if it > matches it then requires a lock. > > How can the pre-commit ignore this check when the file does not > already exist on the server - for example when a client is do

Re: Update-Only Checkout Enhancement

2013-12-12 Thread Daniel Shahaf
Bob Archer wrote on Wed, Dec 11, 2013 at 21:05:46 +: > There may be some transactional file systems that allow you to get an > event before the modification is committed to the file system so you > can access the original copy, but I think they are few and far > between. And also would require

Re: size of .svn/pristine directory (svn 1.7.x)

2013-12-09 Thread Daniel Shahaf
Ivan Zhakov wrote on Tue, Dec 10, 2013 at 01:00:32 +0400: > On 9 December 2013 21:55, Daniel Shahaf wrote: > > Vincent Lefevre wrote on Mon, Dec 09, 2013 at 17:30:21 +0100: > >> I noticed that the size of the .svn/pristine directory can get huge > >> over time (several

Re: size of .svn/pristine directory (svn 1.7.x)

2013-12-09 Thread Daniel Shahaf
Vincent Lefevre wrote on Mon, Dec 09, 2013 at 17:30:21 +0100: > I noticed that the size of the .svn/pristine directory can get huge > over time (several times the expected size). A "svn cleanup" solves > the problem, but > 1. this isn't documented (I'm wondering how many users know that); It's doc

Re: Why does `svnversion -c` give me a range?

2013-12-04 Thread Daniel Shahaf
Ryan Schmidt wrote on Wed, Dec 04, 2013 at 10:06:02 -0600: > `svnversion` recursively scans the working copy. `svn info` operates > on the current directory only. In case it's not clear: 'svn info' operates on the current directory *node* only; it's like "stat ./", not like "ls ./". That is, if .

Re: Why does `svnversion -c` give me a range?

2013-12-04 Thread Daniel Shahaf
Ryan Schmidt wrote on Wed, Dec 04, 2013 at 06:14:33 -0600: > > On Dec 4, 2013, at 06:00, Cooke, Mark wrote: > > > I would like to include the svn revision number in my project's version > > info but I am confused by the results of svnversion. I want the version > > number of a tagged tree to a

Re: Help with post-commit script

2013-12-03 Thread Daniel Shahaf
Andrew Reedick wrote on Tue, Dec 03, 2013 at 15:04:13 -0500: > > > > -Original Message- > > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > > Sent: Tuesday, December 03, 2013 1:14 PM > > To: Andrew Reedick > > Cc: Alfred von Campe; users@subvers

Re: Help with post-commit script

2013-12-03 Thread Daniel Shahaf
Andrew Reedick wrote on Mon, Dec 02, 2013 at 16:07:52 -0600: > #!/bin/bash > > set -o pipefail > > REPOS_PATH=$1 > REV=$2 # or is it the other way around? It's this way around. > RECIPIENT_LIST=$(svnlook propget ... my:email_list_prop) Need to set PATH first for this to work. > svnlook chang

Re: Please unsubscribe me.

2013-11-29 Thread Daniel Shahaf
Removed, and I'll pass on the bug report to the infra folks. Anders J. Munch wrote on Fri, Nov 29, 2013 at 12:32:36 +: > Sorry for the noise, but > users-unsubscr...@subversion.apache.org > is not working for me - I tried several times, but I n

Re: Can't access SVN repos from command Line: Server SSL certificate untrusted

2013-11-27 Thread Daniel Shahaf
Edward Ned Harvey (svn4) wrote on Wed, Nov 27, 2013 at 01:47:11 +: > What are the important details and/or original post that I'm missing? You could read the original post in the list archives... http://svn.haxx.se/users/archive-2013-11/

Re: Can't access SVN repos from command Line: Server SSL certificate untrusted

2013-11-25 Thread Daniel Shahaf
[Forwarding back to the list] Mehdi Hayani wrote on Mon, Nov 25, 2013 at 21:05:42 +: > >When you upgraded the server, did you also upgrade mod_dav_svn only? Or > >did you also upgrade httpd and/or openssl at the same time? > > I don't know what was done exactly during the update, because the

Re: Can't access SVN repos from command Line: Server SSL certificate untrusted

2013-11-25 Thread Daniel Shahaf
Mehdi Hayani wrote on Mon, Nov 25, 2013 at 11:25:24 +: > - Fingerprint: XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX:XX > (R)eject, accept (t)emporarily or accept (p)ermanently? p > > After accepting certificate, nothing shows and it remains planted until I > tape* 'Ctrl + C"* to

Re: MOD_DAV_SVN + SVNSERVE_WRAPPER + file system rights

2013-11-25 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Mon, Nov 25, 2013 at 05:56:14 -0500: > use the authorized_keys ForceCommand access Minor correction: ForceCommand is a sshd_config(5) directive; the authorized_keys variant is spelled 'command="..."'.

Re: MOD_DAV_SVN + SVNSERVE_WRAPPER + file system rights

2013-11-25 Thread Daniel Shahaf
sbre...@hotmail.com wrote on Mon, Nov 25, 2013 at 10:24:16 +: > Correct, default SSH port is not open on the corporate firewall. I am > sure there are workarounds, however having contractual obligations not > sure I should try hard to be unorthodox. I still suggest that you try to run sshd. I

Re: MOD_DAV_SVN + SVNSERVE_WRAPPER + file system rights

2013-11-22 Thread Daniel Shahaf
Ben Reser wrote on Fri, Nov 22, 2013 at 15:22:44 -0800: > On 11/22/13 3:20 PM, Daniel Shahaf wrote: > > How about "dav_svn:/" then? That's consistent with mod_proxy's > > precedent you cite and not similarly-confusing to the "svn://" URL > > sch

Re: MOD_DAV_SVN + SVNSERVE_WRAPPER + file system rights

2013-11-22 Thread Daniel Shahaf
Ben Reser wrote on Fri, Nov 22, 2013 at 15:16:10 -0800: > On 11/22/13 2:56 PM, Daniel Shahaf wrote: > > Might not be a bad idea then to make the artificial/invalid > > request_rec.filename value look less like a URL then? Just in case it > > ends up in someone's "(g

Re: MOD_DAV_SVN + SVNSERVE_WRAPPER + file system rights

2013-11-22 Thread Daniel Shahaf
sbre...@hotmail.com wrote on Thu, Nov 21, 2013 at 18:37:21 +: > I am very happy with the SSH + 'svnserve' access to my repositories, > however due to firewall issues I need access through HTTP as well. > What I do not want is to set up a 2nd authentication / authorization > database. What are

Re: MOD_DAV_SVN + SVNSERVE_WRAPPER + file system rights

2013-11-22 Thread Daniel Shahaf
Ben Reser wrote on Fri, Nov 22, 2013 at 10:58:39 -0800: > So in the soon to be released 1.8.5 and 1.7.14 we are filling in the filename > on the request_rec with svn:/path/to/repo/path/in/repo. For instance if you > swapped svn: with file:// you'd be able to use this as a URL to a svn command > on

Re: Feature Req: sorthand urls for branches/tags in CLI

2013-08-27 Thread Daniel Shahaf
Les Mikesell wrote on Fri, Aug 23, 2013 at 16:07:17 -0500: > On Thu, Aug 22, 2013 at 4:15 PM, Laszlo Kishalmi wrote: > >> > > I'd propose a -b [--branch] option or extend the meaning of "^" sign for > > those commands which can work with URL-s. Extending ˇ would mean > > that when used as ^/ it me

Re: Feature Req: sorthand urls for branches/tags in CLI

2013-08-27 Thread Daniel Shahaf
Branko Čibej wrote on Sun, Aug 25, 2013 at 15:39:29 +0200: > On 25.08.2013 15:03, Daniel Shahaf wrote: > > 'svn mergeinfo' walks the tree upwards. As to listing branches by > > walking the tree downwards, if you consider 'svn pg -R svn:branch > > ^/branches&#x

Re: [BUG] Configure script fails to detect serf library due to ignored dependencies

2013-08-27 Thread Daniel Shahaf
Daniel Richard G. wrote on Sun, Aug 25, 2013 at 18:12:05 -0400: > The problem, however, is that... > > $ grep ^dep /tmp/apr-build/_install/lib/libapr-1.la > dependency_libs=' -lresolv -luuid -lsendfile -lrt -lsocket -lnsl > -lpthread' > > $ grep ^Libs: /tmp/apr-build/_install/lib/pkg

Re: Feature Req: sorthand urls for branches/tags in CLI

2013-08-25 Thread Daniel Shahaf
o Čibej wrote on Fri, Aug 23, 2013 at 22:55:03 +0200: > On 23.08.2013 21:34, Daniel Shahaf wrote: > > Branko Čibej wrote on Fri, Aug 23, 2013 at 16:37:47 +0200: > >> * svn mkdir --branch > >> Creates a new directory with the svn:branch property set, with an > >&

<    1   2   3   4   5   6   7   8   9   10   >