Re: svnignore?

2017-12-30 Thread Branko Čibej
On 30.12.2017 09:31, Daniel Shahaf wrote: > Bo Berglund wrote on Sat, 30 Dec 2017 08:51 +0100: >> On Sat, 30 Dec 2017 05:56:17 +0100, Branko ?ibej >> wrote: >> >>> Yes and this also works: >>> >>> [miscellany] >>> global-ignores = >>>     foo1 foo2 >>>     bar1 bar2 > Are you

Re: svnignore?

2017-12-29 Thread Branko Čibej
On 30.12.2017 06:23, David Chapman wrote: > On 12/29/2017 8:56 PM, Branko Čibej wrote: >> On 30.12.2017 00:27, Daniel Shahaf wrote: >>> Ryan Schmidt wrote on Fri, 29 Dec 2017 14:05 -0600: >>>> On Dec 29, 2017, at 12:55, Bo Berglund wrote: >>>> >&

Re: svnignore?

2017-12-29 Thread Branko Čibej
On 30.12.2017 00:27, Daniel Shahaf wrote: > Ryan Schmidt wrote on Fri, 29 Dec 2017 14:05 -0600: >> On Dec 29, 2017, at 12:55, Bo Berglund wrote: >> >>> I guess it is not valid to split the list on several lines in they >>> config file? >> I've never heard of that being possible. > It doesn't seem

Re: SVN takes control of port 80

2017-12-29 Thread Branko Čibej
On 29.12.2017 13:31, Bo Berglund wrote: > On Fri, 29 Dec 2017 12:55:18 +0100, "Salam Elias" > wrote: > >> Hi >> >> Hi Dimas, nice tuto and clear. Since I setup svn, it took control of port 80 >> on the apache server. I browse correctly to my http://mylinux/repo but all >>

Re: Combining files from different projects into a new project?

2017-12-27 Thread Branko Čibej
On 27.12.2017 12:41, Branko Čibej wrote: > On 27.12.2017 10:54, Bo Berglund wrote: >> On Tue, 26 Dec 2017 12:23:45 -0600, Ryan Schmidt >> <subversion-2...@ryandesign.com> wrote: >> >>> On Dec 26, 2017, at 02:00, Bo Berglund wrote: >>> >>>>

Re: Combining files from different projects into a new project?

2017-12-27 Thread Branko Čibej
On 27.12.2017 10:54, Bo Berglund wrote: > On Tue, 26 Dec 2017 12:23:45 -0600, Ryan Schmidt > wrote: > >> On Dec 26, 2017, at 02:00, Bo Berglund wrote: >> >>> In an earlier thread I asked about how I could simulate this in svn >>> and to use the "svn externals"

Re: cvs2svn conversion - can later updates be done?

2017-12-25 Thread Branko Čibej
On 25.12.2017 16:48, Bo Berglund wrote: > On Mon, 25 Dec 2017 10:32:39 -0500, Nico Kadel-Garcia > wrote: > >>> I could use robocopy on the CVS repository to extract files that have >>> changed after I made the migration into a folder structure that >>> exactly mirrors the repo

Re: 'svn cp' disregards svn:needs-lock on Windows

2017-12-24 Thread Branko Čibej
On 24.12.2017 20:41, Anton Shepelev wrote: > Brane to Anton Shepelev: > >>> Is it an error or expected behavior that local >>> attribute to the copies of files that have the >>> svn:needs-lock property and are marked as read- >>> only in the woking copy at their original loca- >>> tions? >>

Re: 'svn cp' disregards svn:needs-lock on Windows

2017-12-24 Thread Branko Čibej
On 24.12.2017 14:27, Anton Shepelev wrote: > Hello, all > > Is it an error or expected behavior that local > 'svn cp' on Windows does not assign the read-only > attribute to the copies of files that have the > svn:needs-lock property and are marked as read-only > in the woking copy

Re: Deduce the server URL from the current directory inside the working copy

2017-12-21 Thread Branko Čibej
On 21.12.2017 13:40, Bo Berglund wrote: > On Thu, 21 Dec 2017 14:57:34 +0300, Anton Shepelev > wrote: > >> I could: >> >> cd Work/A/B/C >> svn rm "^^file.txt" >> > doesn't this work: > cd Work/A/B/C > svn rm file.txt > > I am completely new to svn and I have no place to

Re: How to discover which files are tagged or branced in a hook script?

2017-12-17 Thread Branko Čibej
On 18.12.2017 08:16, Andreas Krey wrote: > On Sun, 17 Dec 2017 01:22:06 +, Branko ??ibej wrote: > ... >> The /path/ of the file implies which branch or tag it belongs to. There >> is no other information you need. > Oh yes, there is. Knowing which files are included in the tag > is fine (and a

Re: How to discover which files are tagged or branced in a hook script?

2017-12-16 Thread Branko Čibej
On 16.12.2017 17:29, Bo Berglund wrote: > If there is a commit to a tag operation, how can I find out which is > the tag and which files carry that tag? We'll have to dispel some misconceptions. Subversion's data model is significantly different from CVS's. Tags (and branches) are not properties

Re: Hiding Subversion version number

2017-12-16 Thread Branko Čibej
On 16.12.2017 21:25, Daniel Shahaf wrote: > Eric Johnson wrote on Sat, Dec 16, 2017 at 07:05:52 -0800: >> Hiding that information slows the drive-by attackers down, > Hiding that information is a pretty clear signal that "I think I'm an > interesting target", though. Everyone who's serious about

Re: Hiding Subversion version number

2017-12-16 Thread Branko Čibej
On 15.12.2017 16:15, Dhanushka Parakrama wrote: > Hi All > > Is there any configuration where i can hide  the subversion version > details .Please see copied image Inline images 1 You could start by telling us *where* you see that image. In a browser, I presume? Generated by which server? It's

Re: Hiding Subversion version number

2017-12-16 Thread Branko Čibej
On 15.12.2017 20:10, Matt Simmons wrote: > Many documents relating to information security compliance require > blocking visible software version information. Interesting documents. I'd have expected them to require all software to be patched to fix all known security bugs. I thought the

Re: cvs2svn - is dump file platform portable?

2017-12-13 Thread Branko Čibej
On 13.12.2017 15:33, Bo Berglund wrote: > While investigating the methods to use when migrating our CVS > repositories from CVS to SVN I converted one of the smaller CVS > respositories to an svn dump file using cvs2svn 2.5.0 on an Ubuntu > Server 16.04.3 machine. > > Then I moved the dump file

Re: Apache svn - how to customize rendering?

2017-12-11 Thread Branko Čibej
On 11.12.2017 12:43, Bo Berglund wrote: > Note: > My CVS users are all working through the WinCVS application from the > CVSGui project that died about 10 years ago... > > None is comfortable with command line work or Linux for that matter, > all are on Windows workstations. > > So I need to give

Re: Apache svn - how to customize rendering?

2017-12-11 Thread Branko Čibej
On 11.12.2017 11:51, Bo Berglund wrote: > On Sun, 10 Dec 2017 16:03:30 -0500, Mark Phippard > wrote: > >>> I once installed ViewCVS on Windows servers back about 10 years ago >>> (for CVS) and it was really not this complex to get running. >>> >>> I have yet to see anything at

Re: Apache svn - how to customize rendering?

2017-12-10 Thread Branko Čibej
On 10.12.2017 16:26, Branko Čibej wrote: > On 10.12.2017 15:56, Bo Berglund wrote: >> On Sun, 10 Dec 2017 09:42:54 -0500, Paul Hammant <p...@hammant.org> >> wrote: >> >>> There's dupes in here no doubt - >>> https://github.com/search?q=SVNIndexXS

Re: Apache svn - how to customize rendering?

2017-12-10 Thread Branko Čibej
On 10.12.2017 15:56, Bo Berglund wrote: > On Sun, 10 Dec 2017 09:42:54 -0500, Paul Hammant > wrote: > >> There's dupes in here no doubt - >> https://github.com/search?q=SVNIndexXSLT=Code=%E2%9C%93 - but >> you'll see plenty of examples (not tutorials, sorry) > Thanks, but your

Re: How do I include cvs2svn command line options into the options file?

2017-12-08 Thread Branko Čibej
On 08.12.2017 12:32, Bo Berglund wrote: > I am very confused about the vast difference between the cvs2svn > command line options and what is visible in he example options file... > > When I run into trouble with a conversion some suggestions are printed > on the console but they all target adding

Re: Empty Index lines

2017-12-07 Thread Branko Čibej
On 08.12.2017 00:50, Alexey Neyman wrote: > Hi, > > Is it possible to get rid of the lots of "Index:" headers in the > output of the 'svn diff' where there is no actual difference between > the files? I think this started with SVN 1.9 - 1.7 definitely did not > do that, and neither did 1.8, as far

Re: Moving CVS to SVN - multiple repositories with different permissions

2017-12-07 Thread Branko Čibej
On 06.12.2017 18:17, Bo Berglund wrote: > On Wed, 06 Dec 2017 15:49:40 +0100, Bo Berglund > wrote: > >> Is there some way to move an installed package from an Ubuntu machine >> to another more recent machine? >> Then I could get cvs(nt) on Linux operational on my new Ubuntu

Re: Migrate CVSNT => SVN on Windows, then move to Linux?

2017-12-05 Thread Branko Čibej
On 05.12.2017 17:29, Nico Kadel-Garcia wrote: > So I'd urge you to copy over to the Linux system first, and do cvs2svn there. Whilst I agree with the sentiment, the OP said clearly that he's using CVSNT which was very much Windows-specific last time I looked. I don't think he can just move a

Re: Migrate CVSNT => SVN on Windows, then move to Linux?

2017-12-05 Thread Branko Čibej
On 05.12.2017 12:42, Bo Berglund wrote: > I need to migrate a CVSNT server repository to SVN. > The CVSNT cvs executable needs to be used in the cvs2svn script in > order to handle the CVSNT specific peculiarities. So I need to do the > first step of migration on Windows. > > The CVS repository is

Re: 'svn ls' not showing the contents of the repository

2017-11-29 Thread Branko Čibej
On 29.11.2017 18:34, Daniel Shahaf wrote: > Anton Shepelev wrote on Wed, 29 Nov 2017 20:18 +0300: >> Why can 'svn ls' show different results when invoked from >> two working copies of the same repository? > Probably because the working copy's BASE revision is different. 'svn ls' > runs 'svn ls

Re: Recommended apr / openssl etc. library version for svn ?

2017-11-22 Thread Branko Čibej
On 22.11.2017 07:28, Cooke, Mark wrote: >> -Original Message- >> From: Branko Čibej [mailto:br...@apache.org] >> Sent: 21 November 2017 21:01 >> >> On 21.11.2017 21:43, Eric Johnson wrote: >>> I don't know if this helps, but I run Subversion on a

Re: Recommended apr / openssl etc. library version for svn ?

2017-11-21 Thread Branko Čibej
On 21.11.2017 21:43, Eric Johnson wrote: > I don't know if this helps, but I run Subversion on a Gentoo system, > which is constantly upgrading to newer versions of software. Gentoo > does a really good job of only marking stuff stable when it is > actually stable. So if Gentoo doesn't have

Re: svn rename adds mergeinfo property / renaming in working copy does not

2017-11-07 Thread Branko Čibej
On 07.11.2017 16:14, Nicolai Scheer wrote: > Still, I can't get from the archives why a URL to URL rename does add > mergeinfo, although the folder to be renamed does not have any > mergeinfo props itself. > But maybe I'm just not into the details why this can't be changed > easily... Copying a

Re: Exclude file types from SVN diffs?

2017-11-06 Thread Branko Čibej
On 06.11.2017 10:59, Chris wrote: > Hi, > > what's the best way to filter out a certain type of file from svn diff output > without having to use external tools such as filterdiff? > > The project I'm working with insists on storing a lot of data files in ascii > format in the repo, but users

Re: Combining svn log 'search' and 'limit'

2017-11-06 Thread Branko Čibej
On 06.11.2017 10:38, Dmitrijs Reinmanis wrote: > Hello! > > I want to make simple tool, for viewing svn log results and without > search everything works well. Now I want to implement search, and I > have some problems with search and limit combination. Without limit > search works well, but with

Re: inconsistent revision numbers

2017-10-30 Thread Branko Čibej
On 30.10.2017 15:49, Daniel Shahaf wrote: > Stefan Sperling wrote on Mon, 30 Oct 2017 15:30 +0100: >> It looks like a bug. The last-changed revision of the file is not >> bumped even though it should be. It seems to be related to the >> fact that the server does not send a delta for the file

Re: inconsistent revision numbers

2017-10-30 Thread Branko Čibej
On 30.10.2017 14:54, Norbert Preining wrote: > Dear all, > > (please Cc, I am not subscribed) > > I have blogged about this [1] and both Branko Čibej and Stefan Sperling > asked me to move the discussion here. > [1] > https://www.preining.info/blog/2017/10/inco

Re: SVN Hackathon 2017 - Meet-and-Greet event

2017-10-26 Thread Branko Čibej
[Restoring all Cc:] On 26.10.2017 22:34, Stefan wrote: > The meet-and-greet event will happen on November 23rd in Aachen at 8pm > local time (UTC: +02:00). On 23rd November it will be UTC+01:00, daylight savings time in the EU ends this Sunday, 29th October. -- Brane

Re: SVN Hackathon 2017 - Meet-and-Greet event

2017-10-26 Thread Branko Čibej
On 26.10.2017 22:34, Stefan wrote: > The meet-and-greet event will happen on November 23rd in Aachen at 8pm > local time (UTC: +02:00). On 23rd November it will be UTC+01:00, daylight savings time in the EU ends this Sunday, 29th October. -- Brane

Re: Subversion version 1.6.11 (r934486) package

2017-09-24 Thread Branko Čibej
On 25.09.2017 02:50, Nico Kadel-Garcia wrote: > On Sun, Sep 24, 2017 at 8:46 PM, Nico Kadel-Garcia wrote: > >> That published version is 1.9.3, but it actually has some upstream >> support at RedHat. I've done personal builds, and used to publish to >> RPMforge, and it's not

Re: Subversion Server Replacement Query

2017-09-20 Thread Branko Čibej
On 20.09.2017 11:06, Saleh, Mai wrote: > > Hi Subversion Support, > >   > > Please advise as we need to move subversion from old server with OS > RH5U3 to RH7U3, all of our repositories are hosted on NFS share. > Don't Do That > SVN version on old server is 1.6.x and new server has version

Re: svndumpfilter bash_completion does not show --pattern

2017-09-19 Thread Branko Čibej
On 19.09.2017 23:08, ycdtosa wrote: > Hi. i have been nasty with some subversion dump files, > and that got me using svndumpfilter quite a lot. > > One of the thinks that i learn is that --pattern does not show up > when using bash_completion > > I think this is a (small) bug. > Can anyone confirm

Re: override global-ignores from server side

2017-09-19 Thread Branko Čibej
On 19.09.2017 11:02, Bert Huijben wrote: > >> -Original Message- >> From: Balogh Péter [mailto:balogh.pe...@xcite.hu] >> Sent: dinsdag 19 september 2017 10:59 >> To: users@subversion.apache.org >> Subject: Re: override global-ignores from server side >> >> Hi, >> >> Yes, I'm aware that

Re: SVN 1.9.7: issues with symlinks to subdir of working copy

2017-09-12 Thread Branko Čibej
On 12.09.2017 16:12, sebb wrote: > I have a directory containing links to SVN directories that I want to update. > > In some cases the link is to the root of the workspace, and in some > cases the link is to a subdir. > > $ mkdir TEST > $ cd TEST > $ svn co

Re: Can i read/write(based on LDAP group) to SVN without using AuthzSVNAccessFile directive

2017-09-05 Thread Branko Čibej
On 05.09.2017 21:25, Kedar Sirshikar (ksirshik) wrote: > > Hi Brane, > > I just found out that it is still referring to > ‘/var/www/svn/users-access-file’ even after removing it from > subversion.conf. I also deleted ‘users-access-file’ file from > ‘/var/www/svn’ > > I even tried commenting below

Re: Can i read/write(based on LDAP group) to SVN without using AuthzSVNAccessFile directive

2017-09-02 Thread Branko Čibej
On 02.09.2017 03:50, Kedar Sirshikar (ksirshik) wrote: > > Hi Brane, > > I tried to follow your suggestions. Please refer attached latest > version of ‘subversion.conf’ > > 1.   I updated my subversion.conf to include > ‘AuthLDAPGroupAttribute’ attribute. Its value is set to cn as cn >

Re: [EXT] Re: building subversion --with-zlib=.... seems to have no effect

2017-08-31 Thread Branko Čibej
On 31.08.2017 14:19, Hiran CHAUDHURI wrote: >> Can you show the linker invocation of libsvn_client? > Ah, with the hint from https://svn.haxx.se/users/archive-2015-01/0014.shtml > I can produce this output: > > /buildApache/build/subversion-1.9.5> make > subversion/libsvn_subr/libsvn_subr-1.la >

Re: svn commit failing - username not sent on the MERGE webdav command

2017-08-11 Thread Branko Čibej
On 10.08.2017 23:12, g...@gregj.me wrote: > Ok I think this is onto something. I changed > > to and the commit worked. When I > removed the LIMITEXCEPT completely it didn't even request my password (and > failed). > > I'll have our tester test it with that tonight if possible. > > Thank You!

Re: svn commit failing - username not sent on the MERGE webdav command

2017-08-10 Thread Branko Čibej
On 10.08.2017 20:17, Branko Čibej wrote: > On 10.08.2017 19:39, g...@gregj.me wrote: >> Sorry for the late reply.. >> >> Our httpd.conf file contains for this location (some information retracted.. >> and some lines are commeted out) >> >> ## Main Subve

Re: svn commit failing - username not sent on the MERGE webdav command

2017-08-10 Thread Branko Čibej
On 10.08.2017 19:39, g...@gregj.me wrote: > Sorry for the late reply.. > > Our httpd.conf file contains for this location (some information retracted.. > and some lines are commeted out) > > ## Main Subversion repository > > DAV svn > SVNPath "/usr/local/svn/ec-svn/repo" >

Re: Can i read/write(based on LDAP group) to SVN without using AuthzSVNAccessFile directive

2017-08-07 Thread Branko Čibej
On 07.08.2017 10:10, Kedar Sirshikar (ksirshik) wrote: > > Hi Brane, > > Thank you for reply. > > > > I am providing some inputs about my experiement as of now. > > I am using ‘httpd-2.2.15-54.el6.centos.x86_64’ httpd. > > I have attached ldif file and ‘/etc/httpd/conf.d/subversion.conf’ > files

Re: Can i read/write(based on LDAP group) to SVN without using AuthzSVNAccessFile directive

2017-08-07 Thread Branko Čibej
On 04.08.2017 18:39, Kedar Sirshikar (ksirshik) wrote: > > Hi team, > > I need some help on integration of SVN, Apache and LDAP. > > > > Currently we are using ‘/var/www/svn/users-access-file’ to store SVN > admin users. > > Problem with this approach is if new admin users are added in LDAP >

Re: svn vs. git

2017-07-23 Thread Branko Čibej
On 23.07.2017 07:54, Nathan Hartman wrote: > On Jul 22, 2017, at 10:19 AM, Nico Kadel-Garcia wrote: >>> I can glance at it if I can find some cycles, no promises. I'm leery: >> much of Subversion's support that I've seen, and that I've sold >> Subversion migration work with

Re: svn vs. git

2017-07-21 Thread Branko Čibej
On 21.07.2017 00:01, Scott Aron Bloom wrote: > > I was forced by a third party company to work with them on a github > based project. Boy was it painful… But I must say, one thing I did > *LIKE * was the “offline” mode, of commit vs push. > > > > To me, it would be interesting and a very nice

Re: Apache httpd 2.4 + Subversion 1.9.5 + LDAP combination does not work on CentOS 7.x

2017-07-18 Thread Branko Čibej
On 18.07.2017 10:20, Ravi Roy wrote: > > > On Mon, Jul 17, 2017 at 8:03 PM, Ravi Roy > wrote: > > > You should remove these lines: > > Satisfy any > Order allow,deny > Allow from all >

Re: Apache httpd 2.4 + Subversion 1.9.5 + LDAP combination does not work on CentOS 7.x

2017-07-17 Thread Branko Čibej
On 17.07.2017 14:09, Ravi Roy wrote: > Hi > > I've been using Apache httpd 2.2.23 with Subvesion 1..6.21 with LDAP > on CentOS 5.11 (old setup) for years now. Recently we planned to > upgrade to Subversion 1.9.x with Apache httpd 2.4.x, i've prepared the > setup as per the following with LDAP

Re: Facing issues in Enable editing log messages.

2017-07-06 Thread Branko Čibej
On 06.07.2017 14:18, Ramamurthy, Manochitra wrote: > > Hi Brane, > > > > Yes. I can use csvn password and it is working. I checked to login > with csvn account. > You showed us that you logged in to Windows with an account called 'csvn'. That's not the same as authenticating to the Apache

Re: Facing issues in Enable editing log messages.

2017-07-06 Thread Branko Čibej
On 06.07.2017 14:05, Ramamurthy, Manochitra wrote: > > Hi Brane, > > > > Well I can't help you with that, your server admins have to fix it. – > I approached admins here to reset password. > > > > Your command is correct. – Okay. But I can’t understand what else is > blocking me to execute the

Re: Facing issues in Enable editing log messages.

2017-07-06 Thread Branko Čibej
On 06.07.2017 13:40, Ramamurthy, Manochitra wrote: > > Hi Brane, > > > > I’ve requested to reset Subversion ‘csvn’ account password and tried > again but it doesn’t work. > Well I can't help you with that, your server admins have to fix it. > First of all I have to confirm whether my steps are

Re: Facing issues in Enable editing log messages.

2017-07-06 Thread Branko Čibej
On 06.07.2017 08:58, Ramamurthy, Manochitra wrote: > > Hi Brane, > > > > I have explained below, what am I trying to do and the errors. > And I explained to you a week ago that you're using the wrong password. You're probably trying to use the password for the Windows 'CSVN' account. You need

Re: Facing issues in Enable editing log messages.

2017-07-05 Thread Branko Čibej
On 05.07.2017 14:57, Ramamurthy, Manochitra wrote: > > Hi Eric, > > > > Can you please help me to resolve this issue ? > Which part of my answer from a week ago did you not understand? -- Brane

Re: "Unable to parse reversed revision range" when merging from trunk to branch

2017-07-05 Thread Branko Čibej
On 04.07.2017 16:33, Daniel Shahaf wrote: > Jens Christian Restemeier wrote on Tue, 04 Jul 2017 15:10 +0100: >> I ran "make tests", which fails for undefined references to gmock... > The build.conf stanzas for the cxxhl bindings declare them as «install = > tests», which causes a «make tests»

Re: Facing issues in Enable editing log messages.

2017-06-30 Thread Branko Čibej
On 30.06.2017 09:00, Ramamurthy, Manochitra wrote: > > Hi Eric, > > > > It’s still unresolved issue. As per your suggestion few days back, I > tried to reset password for CSVN username. Please refer the screenshots. > You're using the wrong password for 'csvn' for the Subversion server. Not

Re: Merging file to file requires specifying source file by its URL

2017-06-29 Thread Branko Čibej
On 30.06.2017 06:04, Daniel Shahaf wrote: > I'm trying to merge trunk/CHANGES into branches/1.9.x/CHANGES. I have > two separate working copies: the current directory (./) is a working > copy of branches/1.9.x and ../wc-of-trunk is a working copy of /trunk. > When I try the sync merge syntax with

Re: svn log - combining 'search' and 'limit'

2017-06-28 Thread Branko Čibej
On 28.06.2017 09:40, Daniel Becroft wrote: > Hi, > I've come across something which seems to be working not as expected, > but I'm not sure it is a bug. > At the moment, I can do `svn log --search "Foo"` to get all the log > messages containing "Foo", and `svn log --limit 10` to get the last 10 >

Re: Problem with external file

2017-06-15 Thread Branko Čibej
On 15.06.2017 23:41, Peter Willis wrote: >> Really? Version 1.1.4? Because support for file externals was added in >> version 1.6.0, so I'm not really surprised your checkout fails. :) >> >> Perhaps you could consider upgrading your client? >> >> -- Brane > O.K. thanks that makes sense. > Out of

Re: Problem with external file

2017-06-15 Thread Branko Čibej
On 15.06.2017 23:21, Peter Willis wrote: >> Can you show the output of 'svn --version' on that computer where it doesn't >> work? It looks like your Subversion was compiled without support for the >> svn:// protocol (which would be really strange). >> >> -- Brane > Yes, the output of that is: >

Re: Problem with external file

2017-06-15 Thread Branko Čibej
On 15.06.2017 22:35, Peter Willis wrote: > > Hello, > > > > I am having an issue with an external (pointing to a file) included in > one of my projects. > > > > I have a single external in my repository that points to a file. > > > > On my windows desktop I can check out the directory

Re: AW: Windows - Can not commit if foldername contains invalid characters

2017-06-12 Thread Branko Čibej
On 12.06.2017 14:52, Petat, Daniel wrote: > Hello Andreas, > > thank you. For any reason, I didn't get this answer via e-mail. > > But how can I answer to this message now? Sorry, I am new to this > mailing-list stuff. > I will write the answer here. > > Brane: > My problem was not, that the

Re: svn feature addition?

2017-06-01 Thread Branko Čibej
On 02.06.2017 01:43, Eggler, Ron (GE Energy Connections) wrote: > Hi There, > > I am looking for the following features in svn: I suppose you're talking about some GUI Subversion client. Which one? > -When you do svn commit, instead of automatically submitting all > changed files in

Re: SVN authz file not working when checkout on the same server

2017-05-23 Thread Branko Čibej
On 23.05.2017 10:27, 张乾龙 wrote: > When I create svn proj on a server, I modify authz and svnserve.conf to > control the access of other users, but after I tried many times and found: On > the same server, other user can use 'svn co file:///path/to/my/proj' to > checkout the svn proj without

Re: "svn pget svn:externals -r . -R" dramatically slow

2017-05-18 Thread Branko Čibej
On 18.05.2017 16:21, Andrey wrote: > Stefan Sperling писал(а) в своём письме Thu, 18 May > 2017 15:55:36 +0300: > >> And this, we have to admit, can be a problem for some use cases. >> It would be nice to have an optimized way of doing this, >> and I expect we would be open to

Re: "svn pget svn:externals -r . -R" dramatically slow

2017-05-18 Thread Branko Čibej
On 18.05.2017 15:51, Andrey wrote: > Branko Čibej <br...@apache.org> писал(а) в своём письме Thu, 18 May > 2017 16:19:23 +0300: > >>> may be add file content hash to represent 2 statuses of the same file >>> paths? At least it will protect file from accidental rem

Re: "svn pget svn:externals -r . -R" dramatically slow

2017-05-18 Thread Branko Čibej
On 18.05.2017 13:51, Andrey wrote: > Branko Čibej <br...@apache.org> писал(а) в своём письме Thu, 18 May > 2017 14:41:17 +0300: > >>> However, I don't want to revert anything, i am talking about >>> possibility of forget to add files because they are o

Re: "svn pget svn:externals -r . -R" dramatically slow

2017-05-18 Thread Branko Čibej
On 18.05.2017 13:27, Andrey wrote: >>> As you see the file1.txt is missed in second status output as >>> unversioned and so can be missed from add before a commit. >> It's not unversioned, it's in the "deleted" state. You can't have both, >> since you can revert the deletion. > If i'll revert it

Re: FW: SVN error

2017-05-18 Thread Branko Čibej
On 18.05.2017 09:29, Ramamurthy, Manochitra wrote: > Hi Team, > > A user is not able to use the option "Get lock" to lock a particular file in > SVN. Please refer below screenshot for error details. > > I checked user permissions, I don't think this forbidden error is related to > permissions.

Re: "svn status" does not show unversioned items been deleted but not committed

2017-05-17 Thread Branko Čibej
On 17.05.2017 19:50, Andrey wrote: > As a result, for example, you can not say by "svn status" command > which file you forgot to add. > > Reproduction batch script for windows: > ``` > @echo off > > set REPODIR=test_repo > set "REPOROOT=%~dp0%REPODIR%" > set "REPOURL=file:///%REPOROOT:\=/%" > set

Re: svn hotcopy incremental overwrites existing revisions in backup

2017-05-16 Thread Branko Čibej
On 16.05.2017 21:28, Stefan Sperling wrote: > On Tue, May 16, 2017 at 12:02:38PM -0700, lumi wrote: >> Isn't it a mistake in method of getting file size on deduplicated volume? > Subversion asks APR (a portability library) for the filesize. > APR does something to find that size. Subversion uses

Re: Using UTF8 in repository name?

2017-04-10 Thread Branko Čibej
On 10.04.2017 14:44, Doug Robinson wrote: > Folks: > > I understand that UTF8 is the standard inside of Subversion repositories. > My question is whether having the repository name itself be UTF8? For > instance zh_CN.utf8 ? I googled around a bit and don't see an answer. > > If it is supported,

Re: Using svnperms.py and AuthzSVNAccessFile file together?

2017-03-25 Thread Branko Čibej
On 24.03.2017 21:28, Bennett, Brian wrote: > My goals are: > > * Have all read-write access controlled solely by svnperms.py > > * Restrict users that can read the repository > > I know that using "* = rw" in the AuthzSVNAccessFile file would allow all > read-write requests to be

Re: upstart service scripts for svnserve?

2017-03-16 Thread Branko Čibej
On 16.03.2017 10:29, Nico Kadel-Garcia wrote: > On Wed, Mar 15, 2017 at 7:01 PM, K Richard Pixley wrote: >> Where can I find service scripts for debian/ubuntu for starting svnserve >> as a system service? >> >> This should be in the documentation, I'm thinking, given how many >>

Re: .svn/wc.db as group writable

2017-02-23 Thread Branko Čibej
On 23.02.2017 23:59, Stefan wrote: > On 2/22/2017 17:13, Carlos Adean wrote: >> Hello, >> >> >> - Mensagem original - >>> De: "Stefan Hett" >>> Para: users@subversion.apache.org >>> Enviadas: Segunda-feira, 20 de fevereiro de 2017 12:03:36 >>> Assunto: Re: .svn/wc.db

Re: svn_dirent_t::size: often not the "real" file size

2017-02-02 Thread Branko Čibej
On 02.02.2017 17:28, Branko Čibej wrote: > On 02.02.2017 15:52, Bijewitz, Volker wrote: >> Hi Brane, >> >>>> Unfortunately I do not know if the user has got an working copy and >>>> where it can be found . So the only way to solve this is creating once &

Re: AW: AW: svn_dirent_t::size: often not the "real" file size

2017-02-02 Thread Branko Čibej
On 02.02.2017 15:52, Bijewitz, Volker wrote: > Hi Brane, > >>> Unfortunately I do not know if the user has got an working copy and >>> where it can be found . So the only way to solve this is creating once >>> a local copy of each file and store the real size in a DB referenced >>> by the file URL

Re: AW: svn_dirent_t::size: often not the "real" file size

2017-02-02 Thread Branko Čibej
On 02.02.2017 11:30, Bijewitz, Volker wrote: > Ok, thank you for explaining this. Yes, I understand that SVN is normalizing > the text files, so their real size may differ from client to client. > > > > Unfortunately I do not know if the user has got an working copy and where it > can be found .

Re: E730054: Error running context: An existing connection was forcibly closed by the remote host.

2017-01-18 Thread Branko Čibej
On 17.01.2017 18:40, Maloney, Daniel wrote: > I've got a Collabnet Subversion Edge instance that I've been running for > years with no issues. Got a complaint from a user about a month ago that she > couldn't checkout a repo. I verified the issue, error text in TortoiseSVN > client window was

Re: svn diff Changed Behavior in SVN 1.9

2017-01-13 Thread Branko Čibej
On 13.01.2017 03:00, Jonathan Bedard wrote: > In SVN 1.9, moving a file with svn move generates an unexpected patch file > when running svn diff. https://bugs.webkit.org/show_bug.cgi?id=166914 has > the work-around which WebKit used to fix this issue in our svn support > scripts. Bellow is an

Re: Svn branching issue

2016-12-29 Thread Branko Čibej
On 30.12.2016 06:04, gyanendra ojha wrote: > Hi Ryan, > > Thanks for reply, after checking out fresh copy of Target Support Files > when i try to do svn commit to path > *http://192.168.1.153/jetrepo/jetsvn/Application/CAPTIVE_SOCIAL/MSGCONNECT/Code/IOS/Trunk/MSGConnect/Pods/Target >

Re: environment variable for location of the .svn directory ?

2016-12-22 Thread Branko Čibej
On 21.12.2016 17:57, Miller, Hugh wrote: >> What is the problem you are trying to solve? > The context is versioning file sets/trees that are used by other applications > and processes. In this situation, it is nice or imperative to be able to > treat the file set/tree as just the original, but

Re: Import manually versioned files

2016-12-21 Thread Branko Čibej
On 21.12.2016 09:46, Stefan Hett wrote: > On 12/20/2016 10:54 PM, Tim Erickson wrote: >> >> We are installing Subversion on one of our servers for the first >> time. We have been manually versioning files via a simple directory >> structure by keeping a version/date directory under the source.

Re: environment variable for location of the .svn directory ?

2016-12-21 Thread Branko Čibej
On 21.12.2016 10:48, Andreas Stieger wrote: > Hello Hugh, > >> Is there an environment variable that can be used >> to specify the location of the .svn directory ? > The only method to alter the .svn path (that I am aware of) is the the > SVN_ASP_DOT_NET_HACK >

Re: Subversion 1.6 / 1.7 compatibility - RHEL/CentOS 6/7 upgrade

2016-12-21 Thread Branko Čibej
On 20.12.2016 22:41, Todd Armstrong wrote: > >> On Dec 20, 2016, at 8:31 AM, "Matt Garman" wrote: >> >>> On Tue, Dec 20, 2016 at 1:49 AM, Nico Kadel-Garcia wrote: On Mon, Dec 19, 2016 at 6:10 PM, Matt Garman wrote:

Re: Subversion integrate LDAP

2016-11-28 Thread Branko Čibej
On 28.11.2016 12:58, Wlllem Dalen wrote: > It seems that is an authorization error. When i remove > *AuthzSVNAccessFile /etc/httpd/conf/dav_svn.acl* If that's the case, then this has nothing to do with LDAP — that's used of authentication, not authorization. The most likely reason is that the

Re: Secure svnserve?

2016-11-26 Thread Branko Čibej
On 26.11.2016 23:26, Olaf van der Spek wrote: > On Sat, Nov 26, 2016 at 10:32 PM, Branko Čibej <br...@apache.org> wrote: >>> Doesn't svn+ssh require all accounts to have direct and full file >>> access to the entire repo? >> The account under which svnserver runs

Re: Secure svnserve?

2016-11-26 Thread Branko Čibej
On 26.11.2016 17:15, Olaf van der Spek wrote: > On Sat, Nov 26, 2016 at 3:22 PM, Nico Kadel-Garcia wrote: >> On Fri, Nov 25, 2016 at 5:11 AM, Olaf van der Spek wrote: >>> Hi, >>> >>> Currently I'm running svnserve on a Debian VM on my PC. I'd like to >>> move

Re: SVN merge between branches is actually overwrite?

2016-11-26 Thread Branko Čibej
On 26.11.2016 14:49, James wrote: > I just found if I merge branch B to branch A, the two branches will become > the same. changes in branch A will gone. Is this by design? or I did > something wrong? I am using the latest Tortoise. > > > I did more than once with the instruction found online: >

Re: Secure svnserve?

2016-11-25 Thread Branko Čibej
On 25.11.2016 11:33, Stefan Sperling wrote: > On Fri, Nov 25, 2016 at 11:11:15AM +0100, Olaf van der Spek wrote: >> Wouldn't it be good if svnserve supported encryption directly? > svnserve does support encryption directly, but not with TLS. > Instead, it uses SASL for this purpose. Um. SASL is

Re: Secure svnserve?

2016-11-25 Thread Branko Čibej
On 25.11.2016 11:29, Olaf van der Spek wrote: > On Fri, Nov 25, 2016 at 11:20 AM, Branko Čibej <br...@apache.org> wrote: >> On 25.11.2016 11:11, Olaf van der Spek wrote: >>> Wouldn't it be good if svnserve supported encryption directly? >> It would be a moderately n

Re: Secure svnserve?

2016-11-25 Thread Branko Čibej
On 25.11.2016 11:11, Olaf van der Spek wrote: > Hi, > > Currently I'm running svnserve on a Debian VM on my PC. I'd like to > move it to a server on the internet but I don't get how to do this > securely. > Svnserve doesn't support encryption, right, so I can't expose it on a > public port

Re: Advice for better SVN

2016-11-24 Thread Branko Čibej
On 24.11.2016 15:00, Pavel Lyalyakin wrote: > On Thu, Nov 24, 2016 at 3:43 PM, Stefan Hett wrote: >> On 11/24/2016 12:19 PM, 蝌蚪 wrote: >>> I'm a programmer who very love SVN. >>> When I commit works through Internet, send files one by one always very >>> slow. >>> Why don't

Re: How to hide unversioned files from svn status

2016-11-22 Thread Branko Čibej
On 22.11.2016 16:30, Olaf van der Spek wrote: > On Tue, Nov 22, 2016 at 10:40 AM, Daniel Shahaf > wrote: >> Johan Corveleyn wrote on Tue, Nov 22, 2016 at 09:43:26 +0100: >>> If you want to add that option to every status command, maybe you can >>> use a shell alias or

Re: Feature request: Restoring pristines

2016-11-10 Thread Branko Čibej
16 21:43 >>>> To: users@subversion.apache.org >>>> Subject: Re: Feature request: Restoring pristines >>>> >>>> On 11/9/2016 21:22, Branko Čibej wrote: >>>>> On 08.11.2016 21:51, Stefan wrote: >>>>>> I didn't tes

Re: Feature request: Restoring pristines

2016-11-09 Thread Branko Čibej
On 08.11.2016 21:51, Stefan wrote: > I didn't test this, but This is how all down-voted stackoverflow answers start. :) -- Brane

Re: subversion issue: ignore server invaild certificate in linux

2016-10-21 Thread Branko Čibej
On 21.10.2016 22:25, Bert Huijben wrote: > >> -Original Message- >> From: Stefan Sperling [mailto:s...@elego.de] >> Sent: vrijdag 21 oktober 2016 14:14 >> To: yuan lixin >> Cc: users@subversion.apache.org >> Subject: Re: Re: subversion issue: ignore server invaild

<    1   2   3   4   5   6   7   >