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

Re: Is there a way to ignore once?

From: Bryan Donlan <bdonlan_at_gmail.com>
Date: 2004-11-03 22:11:16 CET

On Wed, 3 Nov 2004 11:00:34 -0800, Matt Gillette
<matt.gillette@netcell.com> wrote:
> Hi,
>
> Is there a way to do something like
> svn status --ignore *.pbxuser
>
> What I want to do is get the status of the working copy, but ignore the
> status of any *.pbxuser file (which is a versioned file) although I
> guess this is useful even if the file isn't versioned . Is there any
> way to do this? Or is there a way to version a file, but always ignore
> it in the status and diff commands?

If you're on a unix-like system, try:
svn status | grep -v '\.pbxuser$'

-- 
bd
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 3 22:12:19 2004

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.