Re: Accessing the SVN log from java Code

2012-04-17 Thread Rob van Oostrum
http://svnkit.com/ would be an obvious place to start. On Tue, Apr 17, 2012 at 2:53 PM, Arijit Datta wrote: > Hello, > > We have a requirement whereby we need to access a svn server and find the > no. of check-ins happening for each repository. > > For example the SVN is hosted at https://svnexam

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Rob van Oostrum
On Wed, Jul 27, 2011 at 4:41 PM, Mario Brandt wrote: > Hi Stefan, >> What happens if you switch your to something like >> ? > > that did the trick. Than it works with SVNParentPath. I wonder why it > doesn't work like before with just / in the location container. :-/ > > Mario > Probably because

Re: Subsclipse for MyEclipse 6.5

2011-07-05 Thread Rob van Oostrum
You'll have better luck asking the Subclipse and/or MyEclipse community. - Rob On Tue, Jul 5, 2011 at 9:11 AM, Waseem Bokhari wrote: > Hi All! > > Which version of SubEclipse is compatible with MYECLIPSE > 6.5? > > > > > > I am working on windows and need this integration. > > >

Re: How to setup SVN with HTTPS on Apache for Windows?

2011-06-22 Thread Rob van Oostrum
The manual is always a good place to start: http://svnbook.red-bean.com/nightly/en/svn.serverconfig.httpd.html Cheers, Rob On Wed, Jun 22, 2011 at 1:59 PM, Robert Dailey wrote: > I currently run a Windows 2008 R2 server and I want to host SVN 1.7 on my > Apache installation, provided by XAMPP

Re: Ambiguity In AuthzSVNAccessFile Permissions

2010-06-29 Thread Rob van Oostrum
On Tue, Jun 29, 2010 at 3:12 PM, Williams, James P2 (N-USA) < james.p2.willi...@lmco.com> wrote: > I’m unclear what directory permissions mean in my AuthzSVNAccessFile. > For example, > > > >[/] > >goober = rw > >* = r > > > >[/trunk] > >tuber = rw > >goober = r > > > > wh

Re: apache-subversion performance

2010-06-26 Thread Rob van Oostrum
On Sat, Jun 26, 2010 at 9:56 PM, west alto wrote: > Is there a way to improve, subversion/apache performance? Can anyone > point me to a documentation where i could improve my setup. > > Here's my server specs: > apache-2.2 > svn-1.3 > sles10 sp3 > windows ad for authentication > > I'm using svn

Re: Merging / reintegration procedure

2010-06-22 Thread Rob van Oostrum
On Tue, Jun 22, 2010 at 3:47 PM, iguy wrote: > > Rob, > > I realize that this is an old thread, but just in case you remember it... > > In your scheme, where do bug fixes found during testing take place? > > Ira Depends. For example, take this scenario: QA finds a bug in QA build #10, you hav

Re: diff to repository

2010-06-21 Thread Rob van Oostrum
On Mon, Jun 21, 2010 at 4:34 PM, Andreas Tepe < andreas.t...@physics.gatech.edu> wrote: > Hello Michael, > > yes, I did, but could not find a solution in there. > > Cheers, > Andreas > > Am 21.06.2010 14:55, schrieb Brown, Michael: > > Did you try the svn help command: > > svn help diff > > MB

Re: can I use svn:externals instead of svn copy to create a tag?

2010-06-10 Thread Rob van Oostrum
On Thu, Jun 10, 2010 at 4:42 PM, Gary Hallmark wrote: > All examples I have seen for tagging use svn copy (or svncopy -tag) to > create a tag. If I want to make sure nobody can change the tag, I guess I > could write a commit hook. But couldn't I use a versioned external > definition to create the

Re: Is there an authenticated no-op in subversion?

2010-06-07 Thread Rob van Oostrum
On Mon, Jun 7, 2010 at 12:03 PM, Daniel Danger Bentley wrote: > I'm working on a system to interact with subversion automatically. Some of > the repositories in question work over https, and this requires > authentication for certain actions. > > I would love to separate authentication from action

Re: Does SVN 1.4.x not know about "ancestry"?

2010-05-17 Thread Rob van Oostrum
On Mon, May 17, 2010 at 2:33 PM, KARR, DAVID (ATTSI) wrote: > I am forced to work with a SVN version on our server that is quite old, > approximately 1.4.x. I use the latest Subversive version, but with the > connector version that works with 1.4.x on the server. This combination > works, but I

Re: svnsync isn't working

2010-04-19 Thread Rob van Oostrum
On Mon, Apr 19, 2010 at 11:46 AM, J. Norment wrote: > Rob van Oostrum wrote: > > On Fri, Apr 16, 2010 at 2:21 PM, J. Norment > jnorm...@q2software.com>> wrote: >> >> >>Is anyone seeing this message that has any ideas how to fix this? ( >> This m

Re: svnsync isn't working

2010-04-16 Thread Rob van Oostrum
On Fri, Apr 16, 2010 at 2:21 PM, J. Norment wrote: > > Is anyone seeing this message that has any ideas how to fix this? ( This > message is a repeat. ) It's now been about 3 weeks since the last > replication / backup. > The repo is large enough that doing a hot-backup on the production server

Re: read-only repository view

2010-03-23 Thread Rob van Oostrum
My guess is it doesn't like that you have the Require without Authentication configured. The way I usually do this is have the anonymous read / authenticated & authorized write construct (see manual), and give the HTTP host its own access file where you set * = r for [/], so authorization for write

Re: merge doesn't merge changes

2010-02-18 Thread Rob van Oostrum
On Thu, Feb 18, 2010 at 5:19 AM, Chris Withers wrote: > Hi All, > > The repo in question is public, so please feel free to attempt the same > thing here and tell me what I'm doing wrong. > > So, the story is that I was doing development on trunk, but I needed to > branch off to do some changes whi

Re: Partially reintegrate changes

2010-02-18 Thread Rob van Oostrum
On Thu, Feb 18, 2010 at 1:42 PM, Jacob Weber wrote: > Stein Somers: > > I see some self-refenertial mergeinfo in our /trunk, after lots of > > merges to and from. Maybe I explicitly added it with a record-only in > > some state of confusion. But it doesn't scare me at all. It would only > > matte

Re: Branch from a branch -- will merges still work?

2010-02-18 Thread Rob van Oostrum
On Thu, Feb 18, 2010 at 11:19 AM, Jacob Weber wrote: > > On Feb 18, 2010, at 8:00 AM, Rob van Oostrum wrote: > > On Thu, Feb 18, 2010 at 10:17 AM, Jacob Weber wrote: > >> My concern is this: >> After we reintegrate from A into trunk, we'll need to rever

Re: Branch from a branch -- will merges still work?

2010-02-18 Thread Rob van Oostrum
On Thu, Feb 18, 2010 at 10:17 AM, Jacob Weber wrote: > I'm wondering if the following pattern will work: > > - a branch A from trunk, where features are developed, before they're > released into trunk > - a branch AA from A, where more experimental features are developed, > before they're release

Re: merging strategy

2010-02-17 Thread Rob van Oostrum
On Wed, Feb 17, 2010 at 11:18 AM, Philipp Leusmann < philipp.leusm...@rwth-aachen.de> wrote: > > Am 17.02.2010 um 16:46 schrieb Rob van Oostrum: > > On Wed, Feb 17, 2010 at 9:09 AM, Philipp Leusmann < > philipp.leusm...@rwth-aachen.de> wrote: > >> Thank for y

Re: merging strategy

2010-02-17 Thread Rob van Oostrum
On Wed, Feb 17, 2010 at 9:09 AM, Philipp Leusmann < philipp.leusm...@rwth-aachen.de> wrote: > Thank for you hint, Bob, but I have doubts this way a merging works out for > us, since we are working in a small team without "voting" each task. So, I > have the fear, that changesets committed to trunk

Re: Keyword expansion on Unicode text files

2010-01-15 Thread Rob van Oostrum
2010/1/15 Ulrich Eckhardt > On Thursday 14 January 2010, Ryan Schmidt wrote: > > On Jan 14, 2010, at 13:15, Harald-René Flasch wrote: > > > what should I do in order to make keyword expansion on Unicode text > files > > > working (e.g. .inf files)? > > > > > > - BOM is FF FE (used Notepad Save As

Re: Post-commit hook recipes?

2010-01-15 Thread Rob van Oostrum
http://svn.apache.org/viewvc/subversion/trunk/tools/hook-scripts/ On Fri, Jan 15, 2010 at 11:34 AM, Peter Ruprecht < rupr...@jilau1.colorado.edu> wrote: > Hi, > > I've been looking for a collection of example post-commit hook scripts > without much luck. If anyone knows of a good one, can you pl

Re: Subversion queries hanging, timing out

2010-01-11 Thread Rob van Oostrum
Does mod_auth_sspi rely on persistent connections to the AD? Does mod_auth_sspi use a connection pool and/or rely on persistent connections to the AD? I've come across timeout issues like this with LDAP/AD integrations, where the AD admins would not allow persistent connections, which would break S

Re: Problem implementing path-based authorization with authz

2010-01-09 Thread Rob van Oostrum
is is a problem with Apache HTTPD, not SVN. I posted here > because I thought that it was more likely that someone here had approached > this problem and solved it. My apologies in advance if anyone takes issue > with that. > > Cheers, Brian > > On Jan 9, 2010, at 11:58 AM, Rob

Re: Problem implementing path-based authorization with authz

2010-01-09 Thread Rob van Oostrum
Your problem is with Crowd, not authz. Authentication is failing: "Could not authenticate to server: rejected Basic challenge (https://dev.host.net)" Check your Crowd configuration/documentation. I'd suggest taking SVN out of the equation and verifying that your integration with Crowd is working f

Re: Union of Multiple Branches

2010-01-06 Thread Rob van Oostrum
"Cleaning up" your branches is a bad idea. It just creates that much more administrative overhead. Not to mention having to tiptoe around the deletions when merging the branch back to trunk, which will affect merge tracking's performance. What I would do instead is leverage sparse checkouts to onl

Re: Problem with checkout on AMD64

2009-12-27 Thread Rob van Oostrum
On Sun, Dec 27, 2009 at 4:35 PM, Erik Huelsmann wrote: > On Sun, Dec 27, 2009 at 10:33 PM, Stefan Sperling wrote: > > On Sun, Dec 27, 2009 at 09:12:36PM +0100, Erik Huelsmann wrote: > >> There's a fundamental difference in how the svn client and TSVN > >> operate: TSVN creates all its files with