You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Oliver Bandel <ol...@first.in-berlin.de> on 2008/01/08 19:37:01 UTC

svn list does not show it, but svn co does check it out...

Hello,

I have a project in my repository,
that svn list does not show me.

When I check it out with svn co,
then I get it.

I possibly have imported it wrongly,
as I used svn the first time. But if it is
imported wrongly (if that is the problem at all),
why can I retrieve it from the repository?


Any idea?

TIA,
   Oliver

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

Re: svn list does not show it, but svn co does check it out...

Posted by Oliver Bandel <ol...@first.in-berlin.de>.
Hello,

here the missing information:

============
svn, Version 1.4.2 (r22196)
   übersetzt Nov 10 2006, 16:22:08
============

on Debian-Linux.


===================================
oliver@siouxsie2:~$ svn list file://$SVNROOT/|grep web
oliver@siouxsie2:~$ svn list -v  file://$SVNROOT/|grep web
oliver@siouxsie2:~$ svn co file://$SVNROOT/webgrab
A    webgrab/trunk
A    webgrab/trunk/webgrab.ml
A    webgrab/trunk/compile.bytecode
A    webgrab/branches
A    webgrab/branches/a
A    webgrab/branches/a/webgrab.ml
A    webgrab/branches/a/compile.bytecode
A    webgrab/tags
A    webgrab/tags/b
A    webgrab/tags/b/webgrab.ml
A    webgrab/tags/b/compile.bytecode
Ausgecheckt, Revision 10.
oliver@siouxsie2:~$
===================================

As it seems, it was checked in by cvs2svn,
but I'm not sure.

Is this behaviour known?

For me it's strange that a project in the repository, that can be
checked out is not listed with list.

Do I have overseen something?

Ciao,
   Oliver

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

Re: svn list does not show it, but svn co does check it out...

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Jan 8, 2008, at 13:37, Oliver Bandel wrote:

> I have a project in my repository,
> that svn list does not show me.
>
> When I check it out with svn co,
> then I get it.
>
> I possibly have imported it wrongly,
> as I used svn the first time. But if it is
> imported wrongly (if that is the problem at all),
> why can I retrieve it from the repository?

Need much more information. OS and Subversion version on client? OS  
and Subversion version on server? What is the exact svn list and svn  
checkout command you're running? What is the output you get from the  
svn list command? Etc etc etc. If you can provide a reproduction  
recipe that we can use to see the problem on our system, that would  
be of great assistance. Or if your repository is publicly available,  
give us the URL so we can try it.

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