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

Re: Changelists on directories

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Mon, 18 Apr 2011 14:15:51 -0400

On 04/18/2011 02:05 PM, Hyrum K Wright wrote:
> The issue is a bit sparse on details, so before I go changing this
> behavior, I'd like to have a bit more information. Other than simple
> storage mechanisms, what other considerations came into the decision
> not to allow changelists on directories? Was there some bikeshed
> which just never got painted the right color?

First thing that comes to mind is pretty straightforward:

   $ svn cl my-changelist dir
   $ svn pset my-prop my-value dir
   $ cat "New line of text." >> dir/file
   $ svn ci --cl my-changelist

Do we, or do we not, commit dir/file?

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand
Received on 2011-04-18 20:16:24 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.