Re: Moving an existing Repository to a newly created repository

2011-06-24 Thread Les Mikesell
On 6/24/2011 5:06 PM, Geoff Hoffman wrote: On Fri, Jun 24, 2011 at 2:28 PM, Tech Geek mailto:techgeek12...@gmail.com>> wrote: > You should be able to use regular old mv on the command line for this. So, svadmin create /var/lib/svn/Projects # Create new repo Projects mv /var/

Re: Moving an existing Repository to a newly created repository

2011-06-24 Thread Geoff Hoffman
On Fri, Jun 24, 2011 at 2:28 PM, Tech Geek wrote: > > You should be able to use regular old mv on the command line for this. > So, > svadmin create /var/lib/svn/Projects # Create new repo Projects > mv /var/lib/svn/ProjectA A # Rename ProjectA to A > and then? > how do I move repository "A" und

Re: Moving an existing Repository to a newly created repository

2011-06-24 Thread Tech Geek
> You should be able to use regular old mv on the command line for this. So, svadmin create /var/lib/svn/Projects # Create new repo Projects mv /var/lib/svn/ProjectA A # Rename ProjectA to A and then? how do I move repository "A" under "Projects" repository?

Re: SVN 1.7 - check out single file?

2011-06-24 Thread Stefan Sperling
On Fri, Jun 24, 2011 at 02:49:58PM -0400, Andy Levy wrote: > With the new way WCs are managed, will it be possible to check out a > single file, instead of having to do multiple steps with sparse > directories just to get a single file in a directory? Looking at the > release notes and CHANGES file

SVN 1.7 - check out single file?

2011-06-24 Thread Andy Levy
With the new way WCs are managed, will it be possible to check out a single file, instead of having to do multiple steps with sparse directories just to get a single file in a directory? Looking at the release notes and CHANGES file, I think the answer is "no", but I need someone more knowledgeable

Re: Moving an existing Repository to a newly created repository

2011-06-24 Thread Geoff Hoffman
You should be able to use regular old mv on the command line for this. I just did this yesterday and was happily surprised that everything just worked. (Requires svn switch on the client side working copies.) On Fri, Jun 24, 2011 at 11:28 AM, Tech Geek wrote: > All our SVN repositories are stor

Moving an existing Repository to a newly created repository

2011-06-24 Thread Tech Geek
All our SVN repositories are stored at /var/lib/svn. Let's say we have an existing repository called "ProjectA" i.e. /var/lib/svn/ProjectA. We created a brand new fresh repository called "Projects" like this /var/lib/svn/Projects. Now we would like to rename our existing repository "ProjectA" to

Re: Apache is exposing my Subversion repository internals (e.g. conf, db, hooks, etc.)

2011-06-24 Thread Joshua Davies
Ah... I never even thought of that. You're right, it looks like that's what happened. Sorry for blaming Subversion for what appears to be an internal mistake ; ) On Fri, Jun 24, 2011 at 11:32 AM, Bob Archer wrote: > > On Fri, Jun 24, 2011 at 11:26 AM, Stefan Sperling > > wrote: > > On Fri, Ju

Re: Apache is exposing my Subversion repository internals (e.g. conf, db, hooks, etc.)

2011-06-24 Thread Andy Levy
On Fri, Jun 24, 2011 at 12:29, Joshua Davies wrote: > Nope, here are my modules: > LoadModule dav_svn_module     modules/mod_dav_svn.so > LoadModule authz_svn_module   modules/mod_authz_svn.so > but thanks for the quick response! Are they being loaded properly? Anything in the Apache error log?

RE: Apache is exposing my Subversion repository internals (e.g. conf, db, hooks, etc.)

2011-06-24 Thread Bob Archer
> On Fri, Jun 24, 2011 at 11:26 AM, Stefan Sperling > wrote: > On Fri, Jun 24, 2011 at 11:05:32AM -0500, Joshua Davies wrote: > > Everything seems to be working, but when I load my repository > from a web > > server - e.g. > > > > https://hostname/repos > > > > I see my projects listed, along with

Re: Apache is exposing my Subversion repository internals (e.g. conf, db, hooks, etc.)

2011-06-24 Thread Stefan Sperling
On Fri, Jun 24, 2011 at 06:26:25PM +0200, Stefan Sperling wrote: > On Fri, Jun 24, 2011 at 11:05:32AM -0500, Joshua Davies wrote: > It's a wild guess, but maybe you didn't load mod_dav_svn into Apache? I guessed wrong :) Andy's explanation makes a lot more sense.

Re: Apache is exposing my Subversion repository internals (e.g. conf, db, hooks, etc.)

2011-06-24 Thread Joshua Davies
Nope, here are my modules: LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so but thanks for the quick response! On Fri, Jun 24, 2011 at 11:26 AM, Stefan Sperling wrote: > On Fri, Jun 24, 2011 at 11:05:32AM -0500, Joshua Davies wrote: >

Re: Apache is exposing my Subversion repository internals (e.g. conf, db, hooks, etc.)

2011-06-24 Thread Andy Levy
On Fri, Jun 24, 2011 at 12:05, Joshua Davies wrote: > I'm new to Subversion repository administration - after reading the O'Reilly > book "Version Control with Subversion", and following the instructions there > and on the web site, I've got a repository installed under "/var/svn/repos": > > [jdav

Re: Apache is exposing my Subversion repository internals (e.g. conf, db, hooks, etc.)

2011-06-24 Thread Stefan Sperling
On Fri, Jun 24, 2011 at 11:05:32AM -0500, Joshua Davies wrote: > Everything seems to be working, but when I load my repository from a web > server - e.g. > > https://hostname/repos > > I see my projects listed, along with the Subversion repository internals: > > repos - Revision 64: / > >-

Apache is exposing my Subversion repository internals (e.g. conf, db, hooks, etc.)

2011-06-24 Thread Joshua Davies
I'm new to Subversion repository administration - after reading the O'Reilly book "Version Control with Subversion", and following the instructions there and on the web site, I've got a repository installed under "/var/svn/repos": [jdavies@hostname repos]$ pwd /var/svn/repos [jdavies@hostname repo

Re: Exclude a directory from a copy.

2011-06-24 Thread Kurt Pruenner
On 24.06.11 05:17, Gavin Baumanis wrote: > Initially I thought I would check if there was some "little gem" to > be used that would do it without me having to the extra work of > manually; > > * Deleting the unwanted directory from myNewBranch > * Reverting the delete in the trunk after reintegra

Re: Possible bug in SVN server with MIME formatted files

2011-06-24 Thread Ulrich Eckhardt
On Wednesday 22 June 2011, Nuno Cruces wrote: > I believe I have found a bug the subversion server. > > It seems that, after committing a MIME formatted file (such as the one > attached), I can't do anything to the file. > > Committing changes, returns the following: > > Commit failed (details f