Re: Rearranging archive

2010-04-28 Thread Steve Kelley
I installed TortoiseSVN taking a chance that I might have to uninstall it and fix the archive but it works and my remote machine can check out/in files. I guess I should have not been so cautious before. All is now well. Thanks for your help and insights. Bob Archer wrote: I have had trouble

RE: Rearranging archive

2010-04-28 Thread Bob Archer
I think you should be using svn+ssh. http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.serverconfig.svnserve.sshauth Doing it this way ensures that everyone is using the same version if you set up your ssh shell access paths properly. Also, you can upgrade the version on the server and e

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. Everyt

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 archive

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 i

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

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

Re: Rearranging archive

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

RE: Rearranging archive

2010-04-28 Thread Bob Archer
mailto:skel...@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:\archive>svn mkdir file:///d:/archive/crbuild/trunk -m"Create trunk > director

Re: Rearranging archive

2010-04-28 Thread Steve Kelley
Still no go. D:\archive>svn mkdir file:///d:/archive/crbuild/trunk -m"Create trunk directory" Committed revision 45. D:\archive>svn 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: Bo

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 itse

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

Re: Rearranging archive

2010-04-28 Thread Itamar O
On Wed, Apr 28, 2010 at 6:06 PM, Steve Kelley 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 representing a se

Re: Rearranging archive

2010-04-28 Thread Steve Kelley
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 representing a separate project. I've created a new repository svnadmin creat

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 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-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 star