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

Re: possible bug - files not being added to working copy

From: Stefan Sperling <stsp_at_elego.de>
Date: Fri, 6 Nov 2009 11:26:40 +0100

On Thu, Nov 05, 2009 at 02:11:34PM -0500, Ruslan Sivak wrote:
> I have a file that I know exists in the repository but doesn't get
> updated. The file is html.cfc
>
> >svn list
> ResponseFactory.cfc
> analytics/
> contribution/
> eventComponent.cfc
> eventComponentV2.cfc
> factories/
> html.cfc
> leaderComponent.cfc
> validation/
> videoGalleryComponent.cfc
>
>
> >dir /b
> analytics
> contribution
> eventComponent.cfc
> eventComponentV2.cfc
> factories
> leaderComponent.cfc
> ResponseFactory.cfc
> validation
> videoGalleryComponent.cfc
>
> >svn update --depth infinity
> At revision 15087.
>
> >svn update --set-depth infinity
> At revision 15087.

Have you tried specifying the file explicitly?

 svn update html.cfc

> I have saved off the affected folder if any more information is needed.

What do 'svn status' and 'svn info' say about the folder and the missing
file?

Thanks,
Stefan

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-06 11:28:24 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.