[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Re: Sudden Problems Creating Directories

From: Mattheis, Erik W. <Erik.W.Mattheis_at_espn.com>
Date: 2006-12-14 15:43:20 CET

Hmmm... I don't believe that's correct. If you 'svn help list' indicates
that you must specify the revision, and the only correlation to the
working copy is if you specify a local working copy directory. In this
case, I specified a remote repository URL with no revision so I should
get the listing of the HEAD revision.

Once I fixed my KeepAlive issue with Apache, it works as I expected it
to:

        C:\>svn list "http://subversion/repositories/webgroup/Apache
Axis"
        branches/
        tags/
        trunk/
        
        C:\>
________________________________________

        Erik Mattheis
        Associate Architect
        Web Development
        ESPN, Inc.

-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2006d@ryandesign.com]
Sent: Wednesday, December 13, 2006 8:54 PM
To: Mattheis, Erik W.
Cc: users@subversion.tigris.org
Subject: Re: Sudden Problems Creating Directories

On Dec 13, 2006, at 10:14, Mattheis, Erik W. wrote:

> Per Mark's suggestion, here is the commandline session:
>
> C:\>svn mkdir -m ""
> "http://subversion/repositories/webgroup/Apache Axis"
>
> Committed revision 3214.
>
> C:\>svn mkdir -m ""
> "http://subversion/repositories/webgroup/Apache Axis/branches"
>
> Committed revision 3215.
>
> C:\>svn mkdir -m ""
> "http://subversion/repositories/webgroup/Apache Axis/tags"
>
> Committed revision 3216.
>
> C:\>svn list "http://subversion/repositories/webgroup/Apache
> Axis"
>
> C:\>
[snip]
> There are no errors logged at all, but the directories obviously are
> not showing up.

There is no problem with any of that. The result is expected. "svn list"
shows you what's in the repository, as of the revision of the working
copy, if you do not specify a revision. In this case, your working copy
is still at a revision before the directories were created. Use "svn
update" before running "svn list" to see the result you expect, or use
"svn list -rHEAD". See the section in the book ( http://svnbook.org ) on
mixed-revision working copies.

-- 
To reply to the mailing list, please use your mailer's Reply To All
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 14 15:44:16 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.