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

Re: Get rid of !

From: Martin Scharrer <mailinglists_at_madmarty.de>
Date: 2006-12-18 17:43:14 CET

Hi David,

On Monday 18 December 2006 08:43, David Arnold wrote:
> I have on my working directory:
>
> Preliminaries $ svn status -q
> ! equationsexercises-mpgraph.mp.keep
> ! equations-mpgraph.mp
> ! equations.tmp
> ! equationsexercises-mpgraph.mp
> ! equationsexercises.tmp
> ! equations-mpgraph.mp.keep
>
> I'd like to make this go away.
>
> Suggestions?
This files are under version control but currently don't exists in your
working directory.
You can "make this go away" by:
 - Remove these files from version control and set them in the svn:ignore list
   of that directory (svn del ...; svn pe svn:ignore . )
or
 - Restore this missing files with 'svn update' or 'svn revert ...'

best,
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 18 17:48:24 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.