Re: Rearranging archive

2010-04-28 Thread Steve Kelley
Thanks for the response. This I can do. However, what I want is to get all of the history etc. into the trunk so that it looks like the repository was created properly to start with. The svn mkdir and mv commands do not work in the repository itself, only in the working copy. Is it possible to

RE: Rearranging archive

2010-04-28 Thread Bob Archer
Thanks for the response. This I can do. However, what I want is to get all of the history etc. into the trunk so that it looks like the repository was created properly to start with. The svn mkdir and mv commands do not work in the repository itself, only in the working copy. Sure they do...

Re: Rearranging archive

2010-04-28 Thread Itamar O
On Wed, Apr 28, 2010 at 6:06 PM, Steve Kelley skel...@sciend.com wrote: I've tried that with every combination of file://... I can think of and I keep getting errors. the disk layout is: drive D (Windows XP) d:\archive - normal directory under archive there are multiple repositories, each

RE: Rearranging archive

2010-04-28 Thread Bob Archer
Bob Archer wrote: Thanks for the response. This I can do. However, what I want is to get all of the history etc. into the trunk so that it looks like the repository was created properly to start with. The svn mkdir and mv commands do not work in the repository itself, only in the

Re: Rearranging archive

2010-04-28 Thread Steve Kelley
Still no go. D:\archivesvn mkdir file:///d:/archive/crbuild/trunk -mCreate trunk directory Committed revision 45. D:\archivesvn mv file:///d:/archive/crbuild/* file:///d:/archive/crbuild/trunk svn: Path 'file:///d:/archive/crbuild/*' does not exist in revision 45 Bob Archer wrote: Bob

RE: Rearranging archive

2010-04-28 Thread Bob Archer
...@sciend.com] Sent: Wednesday, April 28, 2010 12:05 PM To: Bob Archer Cc: Ryan Schmidt; users@subversion.apache.org Subject: Re: Rearranging archive Still no go. D:\archivesvn mkdir file:///d:/archive/crbuild/trunk -mCreate trunk directory Committed revision 45. D:\archivesvn mv file:///d

Re: Rearranging archive

2010-04-28 Thread Steve Kelley
12:05 PM To: Bob Archer Cc: Ryan Schmidt; users@subversion.apache.org Subject: Re: Rearranging archive Still no go. D:\archivesvn mkdir file:///d:/archive/crbuild/trunk -mCreate trunk directory Committed revision 45. D:\archivesvn mv file:///d:/archive/crbuild/* file:///d:/archive/crbuild/trunk

RE: Rearranging archive

2010-04-28 Thread Bob Archer
I have had trouble in the past using Tortoise on the server then accessing the repository over the internet. There seems to be a lot of dependency on versions. I currently am using 1.4.4 with Apache 2.2.4. When the person who initially loaded the archive did it he was using Tortoise with a

RE: Rearranging archive

2010-04-28 Thread Bob Archer
-Original Message- From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Wednesday, April 28, 2010 12:40 PM To: Steve Kelley Cc: Ryan Schmidt; users@subversion.apache.org Subject: RE: Rearranging archive I have had trouble in the past using Tortoise on the server then accessing

Re: Rearranging archive

2010-04-28 Thread Steve Kelley
I'm using file:// 'cause all of the setup instructions I found for using svn over SSH that I saw do it that way. Our setup is a 'file server' which I access over the internet using SSH while the others who use it are on the server's local network. Everything is locked down pretty tight, there

Re: Rearranging archive

2010-04-28 Thread Les Mikesell
On 4/28/2010 11:21 AM, Steve Kelley wrote: I have had trouble in the past using Tortoise on the server then accessing the repository over the internet. There seems to be a lot of dependency on versions. I currently am using 1.4.4 with Apache 2.2.4. When the person who initially loaded the

Re: Rearranging archive

2010-04-28 Thread Les Mikesell
On 4/28/2010 11:49 AM, Steve Kelley wrote: I'm using file:// 'cause all of the setup instructions I found for using svn over SSH that I saw do it that way. Our setup is a 'file server' which I access over the internet using SSH while the others who use it are on the server's local network.

Rearranging archive

2010-04-27 Thread Steve
I have inherited an archive that was created without using the recommended directory structure hosted on a Windows XP box set up with Apache and SSL. Everything works fine except our project is now to the point where I want to start using tags. Since the archives were created without a 'trunk'

Re: Rearranging archive

2010-04-27 Thread Ryan Schmidt
On Apr 27, 2010, at 18:43, Steve wrote: I have inherited an archive a repository? that was created without using the recommended directory structure hosted on a Windows XP box set up with Apache and SSL. Everything works fine except our project is now to the point where I want to start