help on accessing data in SVN

2013-12-02 Thread Aynadis Temesgen
ive installed SVN client application on window7 and been trying to download a Firebird source code resides in the Subversion (SVN) repository hosted on SourceForge.nethttp://sourceforge.net/scm/?type=svngroup_id=9028. The repository can be checked out through the SVN client with the following

Re: help on accessing data in SVN

2013-12-02 Thread Scott R. Keszler
Try: svn co http://svn.code.sf.net/p/firebird/code/ - Original Message - From: Aynadis Temesgen adohabe...@gmail.com To: users@subversion.apache.org Sent: Monday, December 2, 2013 6:49:26 AM Subject: help on accessing data in SVN ive installed SVN client application on window7

Help with post-commit script

2013-12-02 Thread Alfred von Campe
I need to implement a post-commit hook that does the following in a standard Subversion repository (with trunk, branches, and tags at the top level): 1. Checks for existence of a certain property in the top-level directory of the trunk or branch 2. If property exists, check if any files

RE: Help with post-commit script

2013-12-02 Thread Andrew Reedick
-Original Message- From: Alfred von Campe [mailto:alf...@von-campe.com] Sent: Monday, December 02, 2013 3:44 PM To: users@subversion.apache.org Subject: Help with post-commit script I need to implement a post-commit hook that does the following in a standard Subversion

Tools for projecting growth of repository storage?

2013-12-02 Thread Eric Johnson
Anyone have a suggestion for a tool that projects the growth of repository storage. I've got repos taking over 75% of a disk volume, and I'm curious to project out when I'll need new storage. Obviously, this is approximate, but has anyone got a tool for it? Eric.