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

RE: Why does svn think that file 'login' should be absent?

From: Daniel Becroft <Daniel.Becroft_at_supercorp.com.au>
Date: Thu, 29 Jan 2009 15:25:02 +1000

> -----Original Message-----
> From: Mark Kempster [mailto:mark_at_kempster.org]
> Sent: Thursday, January 29, 2009 2:29 PM
> To: users_at_subversion.tigris.org
> Subject: Why does svn think that file 'login' should be absent?
>
> I'm trying to add a file named 'login' to a test directory in
> my repository. I can add it just fine, and svn info seems to
> indicate (to my inexpert eye) that things are ok:
>
> $ svn info
> Path: .
> URL: http://projects.kempster.org/repos/binder/test
> Repository Root: http://projects.kempster.org/repos/binder
> Repository UUID: 7b2b5eff-65aa-436a-985b-ac804fb3f248
> Revision: 61
> Node Kind: directory
> Schedule: normal
> Last Changed Author: mark
> Last Changed Rev: 61
> Last Changed Date: 2009-01-28 23:31:12 -0500 (Wed, 28 Jan 2009)
>
>
> There are a couple files in the 'test' directory there, with
> names like 'login'
>
> $ svn ls http://projects.kempster.org/repos/binder/test
> logi
> login
> login.xhtml
>
>
> When I go to check out that directory, only the first file
> shows up in the working copy
>
> $ svn co http://projects.kempster.org/repos/binder/test
> A test/logi
> Checked out revision 63.
>
>
> test/.svn/entries seems to indicate that the files "login"
> and "login.xhtml" are absent. The mailing list has a couple
> other questions along this route, but no answers.
>
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&
> dsMessageId=660929
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&
> viewType=browseAll&dsMessageId=501439#messagefocus
>
> So, a couple questions.
>
> 1. Where can I find out more about the 'absent' file status?
> 2. How can I make subversion un-absent a file?
> 3. What's special about the word / prefix 'login'?
>
> Thanks much for any pointers.
> Mark

Hi Mark,

I have never heard of anything like an 'absent' file status in SVN
before, but my 2c is that it might be related to http:// protocol,
rather than SVN itself. What HTTP library are you using (svn --version)?

Are you able to replicate this problem over svn:// rather than just
http://? I just attempted to replicate it using svn://, and it worked
fine.

What happens if you try updating the specific 'login' file in your
working copy?

Ie svn update test/login

Regards,
Daniel B.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1066785

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-29 06:26:33 CET

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.