Re: Working SRPM and .spec files for subversion-1.7.1

2011-10-29 Thread Stefan Sperling
On Fri, Oct 28, 2011 at 11:32:52PM -0400, Nico Kadel-Garcia wrote: > For various reasons, I've been working on RPM packaging of 1.7.0 and > now 1.7.1. I'd like to get the old "packages/rpm" structure replaced > with it, and I'm trying to get it into RPMforge. It's built from the > Fedora packaging

Re: svnlook issue

2011-10-29 Thread Ryan Schmidt
Please Reply All so this discussion stays on the mailing list. On Oct 29, 2011, at 03:09, Bruce Vining wrote: > Thx for the quick response. What is the layout of the "format" file. Is it > part of the SVN system or is this a file I create for each of my repositories? > > Thx again for the 41

Re: Working SRPM and .spec files for subversion-1.7.1

2011-10-29 Thread Nico Kadel-Garcia
Thanks, Stefan! I'm noticing a KWallet software detection bug, My test setup is RHEL 5, which doesn't have a recent enough KDE to support KWallet, so the .spec file works there. It *won't* work for current Fedora releases or RHEL 6, because the KWallet description causes "./configure --with-kwalle

Where/How to get a Test Subversion Server

2011-10-29 Thread Pietro Moras
In need of breaking the initial ice with Subversion, I wonder if you have any real knowledge of a Test Subversion Repository/Server where to start understanding, hands-on, what it's all about. Anyhow, these are the related generic—and, so far, untested—hints I've already collected: -- Redbe

Re: Where/How to get a Test Subversion Server

2011-10-29 Thread Stefan Sperling
On Sat, Oct 29, 2011 at 05:07:13PM +, Pietro Moras wrote: > In need of breaking the > initial ice with Subversion, I wonder if you have any real knowledge > of a Test Subversion Repository/Server where to start understanding, > hands-on, what it's all about. > > Anyhow, these are the related g

Re: Where/How to get a Test Subversion Server

2011-10-29 Thread Les Mikesell
On Sat, Oct 29, 2011 at 12:07 PM, Pietro Moras wrote: > In need of breaking the initial ice with Subversion, I wonder if you have > any real knowledge of a Test Subversion Repository/Server where to start > understanding, hands-on, what it's all about. > > Anyhow, these are the related generic—and

Re: Where/How to get a Test Subversion Server

2011-10-29 Thread Gert Kello
>> In need of breaking the >> initial ice with Subversion, I wonder if you have any real knowledge >> of a Test Subversion Repository/Server where to start understanding, >> hands-on, what it's all about. > > There is no need to set up a server to try out Subversion. > > Install TortoiseSVN 1.7.1.

RE: svnlook issue

2011-10-29 Thread Bruce Vining
Ryan, First of all, let me offer my sincerest gratitude. Your latest email made very clear the "error of my ways". I thought the /format folder lived in the source folder with the /trunk, /branches, /tag folders. You now cleared it up for me that the /format folder lives under the repository on

Re: Where/How to get a Test Subversion Server

2011-10-29 Thread Geoff Hoffman
On Sat, Oct 29, 2011 at 10:52 AM, Stefan Sperling wrote: > There is no need to set up a server to try out Subversion. > On Sat, Oct 29, 2011 at 11:03 AM, Les Mikesell wrote: > > Pretty much everything you can do with subversion will work with a > local repository and file:/// references. Do

Re: Where/How to get a Test Subversion Server

2011-10-29 Thread Richard Cavell
Try this on a Unix-like system: cd ~ svnadmin create /myrepo svn checkout file:///myrepo When you're done playing, rm -rf /myrepo rm -rf ~/myrepo - Original Message - From: Les Mikesell Sent: 10/30/11 04:03 AM To: Pietro Moras Subject: Re: Where/How to get a Test Subversion Server

Re: Where/How to get a Test Subversion Server

2011-10-29 Thread Stefan Sperling
On Sat, Oct 29, 2011 at 01:40:11PM -0700, Geoff Hoffman wrote: > Sort of off topic of this thread, but even though I've used SVN for years, > the idea of running it locally without a server never occurred to me. I > thought 'distributed repositories' was Git's only/main benefit over SVN, > but if y

KWallet detection bug in Subverson-1.7.1 for RHEL 6 and Fedora

2011-10-29 Thread Nico Kadel-Garcia
The recent versions of RHEL 6 and Fedora install KDE as distinct kde3 or kde4 setups in /usr/include/{kde3,kde4} and /usr/lib[64]/{kde3,kde4}/devel. The result confuses the build/ac-macros/kwallet.m4 macros. While splitting the "kde_dir" test into separate tests for "kde4--config --path include" a

Re: Where/How to get a Test Subversion Server

2011-10-29 Thread Nico Kadel-Garcia
On Sat, Oct 29, 2011 at 2:03 PM, Les Mikesell wrote: > On Sat, Oct 29, 2011 at 12:07 PM, Pietro Moras wrote: >> In need of breaking the initial ice with Subversion, I wonder if you have >> any real knowledge of a Test Subversion Repository/Server where to start >> understanding, hands-on, what it

Re: Where/How to get a Test Subversion Server

2011-10-29 Thread Les Mikesell
On Sat, Oct 29, 2011 at 5:51 PM, Nico Kadel-Garcia wrote: > >> Pretty much everything you can do with subversion will work with a >> local repository and file:/// references.   Do your initial >> testing/learning  that way, then decide what OS platform you want for >> your server.  I'd recommend a

Re: Where/How to get a Test Subversion Server

2011-10-29 Thread Nico Kadel-Garcia
On Sat, Oct 29, 2011 at 9:56 PM, Les Mikesell wrote: > On Sat, Oct 29, 2011 at 5:51 PM, Nico Kadel-Garcia wrote: >> >>> Pretty much everything you can do with subversion will work with a >>> local repository and file:/// references.   Do your initial >>> testing/learning  that way, then decide wh