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

Re: in place add, with propset ignore

From: Duncan Murdoch <murdoch_at_stats.uwo.ca>
Date: 2006-07-17 19:05:17 CEST

On 7/17/2006 12:55 PM, George Georgalis wrote:
> I think I've got basic in place repo creation worked out,
> but what about the situation where not everything will be added?
>
> I have a file tree on a running system which contains some
> sockets, devices, and directories I'd like to exclude -- it will
> be very difficult to only add the parts that belong. At first I
> tried to "add *" with the intent of doing an svn rm before my ci,
> for the files that don't belong in the repo.
>
> But from what I can tell, that would remove my working copies
> (very bad). Will it be possible to use propset to just not add
> the items that fall into the ignore pattern?
>
> Is there a better way to go about this?

You can use "svn add *", then "svn revert something". Don't remove it,
revert the add.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 17 19:06:55 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.