You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ming Zhang <mi...@ele.uri.edu> on 2006/05/03 15:36:03 UTC

migration issue from ubuntu 5.10 to fedora core 5

Hi folks

I reinstall a fedora core 5 yesterday. Before that, I "rsync -avz" all
my working copies and repositories to another box, and ftp back after
installation. 

Now I have this problem.

On any local working copy code. It can not detect, even with .svn
available.
$ svn info
svn: '.' is not a working copy
$ ls -a
.  ..  branches  .svn  tags  trunk

For any repos,
$ svnadmin verify svn-repos-set/iometer-repos/
svnadmin: Can't open file 'svn-repos-set/iometer-repos/format': No such
file or directory

But if I create a new repos, it works fine.
$ svnadmin verify svn-repos-set/test/
* Verified revision 0.

I could not find out the svn version and db version on old ubuntu now.
But I suspect it is a 1.2.x version of svn.

Any idea on this?

Ming



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: migration issue from ubuntu 5.10 to fedora core 5

Posted by Ming Zhang <mi...@ele.uri.edu>.
On Wed, 2006-05-03 at 17:51 +0200, Ryan Schmidt wrote:
> On May 3, 2006, at 17:36, Ming Zhang wrote:
> 
> > I reinstall a fedora core 5 yesterday. Before that, I "rsync -avz" all
> > my working copies and repositories to another box, and ftp back after
> > installation.
> >
> > Now I have this problem.
> >
> > On any local working copy code. It can not detect, even with .svn
> > available.
> > $ svn info
> > svn: '.' is not a working copy
> > $ ls -a
> > .  ..  branches  .svn  tags  trunk
> 
> Does this .svn directory actually contain all the files and  
> directories one would expect to find?
> 
> 
> > For any repos,
> > $ svnadmin verify svn-repos-set/iometer-repos/
> > svnadmin: Can't open file 'svn-repos-set/iometer-repos/format': No  
> > such
> > file or directory
> 
> And does the file svn-repos-set/iometer-repos/format actually exist,  
> and does it contain what one would expect to find in this file?
> 

yes, u are right. it seems that my gftp skip many files for a unknown
reason. i checked the backup copy and noticed that some files are
missed.

thanks

ming



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: migration issue from ubuntu 5.10 to fedora core 5

Posted by Ryan Schmidt <su...@ryandesign.com>.
On May 3, 2006, at 17:36, Ming Zhang wrote:

> I reinstall a fedora core 5 yesterday. Before that, I "rsync -avz" all
> my working copies and repositories to another box, and ftp back after
> installation.
>
> Now I have this problem.
>
> On any local working copy code. It can not detect, even with .svn
> available.
> $ svn info
> svn: '.' is not a working copy
> $ ls -a
> .  ..  branches  .svn  tags  trunk

Does this .svn directory actually contain all the files and  
directories one would expect to find?


> For any repos,
> $ svnadmin verify svn-repos-set/iometer-repos/
> svnadmin: Can't open file 'svn-repos-set/iometer-repos/format': No  
> such
> file or directory

And does the file svn-repos-set/iometer-repos/format actually exist,  
and does it contain what one would expect to find in this file?



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org