Failing connection between SVN client and server

2010-06-22 Thread Nick Stolwijk
Collabnet Apache by Collabnet Windows 2003 Server Our server does not talk SSL and authenticates against a Active Directory through LDAP. What can cause these connection errors? Can someone give me some pointers to look at? With regards, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterwe

Re: Getting started with subversion

2010-07-14 Thread Nick Stolwijk
tory. [1] http://www.rubyrobot.org/tutorial/subversion-with-mac-os-x Hth, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl On Wed, Jul 14, 2010 at 11:05 PM, Andy Levy wrote: > On Wed, Jul 14, 2010 at 16:51, Thomas Garrod wrote: >> Tha

Re: Sending attachments in email using mailer.py script

2010-10-06 Thread Nick Stolwijk
You can checkout the file to /tmp and include it from there. You cannot reference a file in your repository with a file path. Hth, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl On Thu, Oct 7, 2010 at 12:58 AM, Tech Geek wrote: > I gu

Re: Need advice on when to commit and how many commits to issue when multiple files changed

2010-10-13 Thread Nick Stolwijk
refers to one jira issue. Hth, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl On Wed, Oct 13, 2010 at 8:25 AM, LiuYan 刘研 wrote: > Hi all, > > I'm new to subversion. I used CVSNT before. > > Because a single svn commit wi

Re: Use of kdiff3

2010-11-08 Thread Nick Stolwijk
= svndiffwrapper Then it will use the script to execute kdiff3. [1] http://www.yolinux.com/TUTORIALS/src/svndiffwrapper.txt Hth, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl On Mon, Nov 8, 2010 at 12:52 PM, Giulio Troccoli wrote: > L

Re: Problem checking out when # in URL

2010-12-09 Thread Nick Stolwijk
Have you tried replacing the '#' with '%23'? Hth, Nick Stolwijk ~Java Developer~ iPROFS Wagenweg 208 2012 NM Haarlem T +31 23 547 6369 F +31 23 547 6370 I www.iprofs.nl On Thu, Dec 9, 2010 at 12:01 PM, Caroline Warren wrote: > Hi, > > > > I am looki

Re: SVN Statistics

2010-12-10 Thread Nick Stolwijk
You could make a git clone of your Subversion repository. git log --numstat shows the lines added and deleted per commit (revision). Hth, Nick Stolwijk ~Java Developer~ iPROFS Wagenweg 208 2012 NM Haarlem T +31 23 547 6369 F +31 23 547 6370 I www.iprofs.nl On Fri, Dec 10, 2010 at 1:15 PM

Re: SVN Statistics

2010-12-10 Thread Nick Stolwijk
Hth, Nick Stolwijk ~Java Developer~ iPROFS Wagenweg 208 2012 NM Haarlem T +31 23 547 6369 F +31 23 547 6370 I www.iprofs.nl On Fri, Dec 10, 2010 at 5:46 AM, Gavin Beau Baumanis wrote: > Hi Everyone, > > I have been asked for some statistics about our code base and am hoping that > s

Re: Archiving Projects (End-Of-Life)

2010-12-14 Thread Nick Stolwijk
You cannot easily refactor code into seperate modules, used by multiple projects, with keeping of history. Another easy one. ;) Hth, Nick Stolwijk ~Senior Java Developer~ iPROFS Wagenweg 208 2012 NM Haarlem T +31 23 547 6369 F +31 23 547 6370 I www.iprofs.nl On Tue, Dec 14, 2010 at 11:02 AM

Re: alternative to CVS magic branches

2010-12-16 Thread Nick Stolwijk
vious commit. So it may break your branch if automerged. I don't think any solution of this kind makes sense. With regards, Nick Stolwijk ~Senior Java Developer~ iPROFS Wagenweg 208 2012 NM Haarlem T +31 23 547 6369 F +31 23 547 6370 I www.iprofs.nl On Thu, Dec 16, 2010 at 3:18 PM, Bob A

Re: I can not do a svn checkout using SvnParentPath

2011-02-14 Thread Nick Stolwijk
You don't have a repository on /Repos, but a list view of your repositories. You cannot check out multiple repositories at once using this method. Hth, Nick Stolwijk ~Senior Java Developer~ iPROFS Wagenweg 208 2012 NM Haarlem T +31 23 547 6369 F +31 23 547 6370 I www.iprofs.nl On Mon, F

Re: Is rep-sharing enabled by default?

2011-05-24 Thread Nick Stolwijk
In all Unix like configuration files, the # means that line is a comment. Often the value mentioned on the line is not the default, so uncommenting the line will give you the other value. With regards, Nick Stolwijk ~Senior Java Developer~ iPROFS Wagenweg 208 2012 NM Haarlem T +31 23 547 6369 F

Re: Is rep-sharing enabled by default?

2011-05-24 Thread Nick Stolwijk
My mistake. I mostly use the man pages. ;) At least I was correct about the # as comment lines. With regards, Nick Stolwijk ~Senior Java Developer~ iPROFS Wagenweg 208 2012 NM Haarlem T +31 23 547 6369 F +31 23 547 6370 I www.iprofs.nl On Tue, May 24, 2011 at 2:19 PM, Nico Kadel-Garcia

Re: Doubts - SVN.

2010-04-27 Thread Nick Stolwijk
Take a look at the website [1], there you will find the binary packages [2] and a link to one of the manuals [3]. [1] http://subversion.apache.org [2] http://subversion.apache.org/packages.html [3] http://svnbook.red-bean.com/ Hth, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterweg 125

Re: Win7 Integartion issue

2010-04-27 Thread Nick Stolwijk
Which binary did you download? The one for Subversion or the one for TortoiseSVN? They are different projects. The correct download for TortoiseSVN is: http://downloads.sourceforge.net/tortoisesvn/TortoiseSVN-1.6.8.19260-x64-svn-1.6.11.msi?download Hth, Nick Stolwijk ~Java Developer~ IPROFS BV