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

Directory as part of the changelist - possible?

From: Alexey Neyman <stilor_at_att.net>
Date: Sat, 26 May 2012 15:13:04 -0700

Hi all,

Is it possible to add a directory to a change list? I have a property
modification on one of the directories - however, an attempt to include it in
the changelist fails:

$ svnadmin create /tmp/foo
$ svn co file:///tmp/foo foo.wc
Checked out revision 0.
$ cd foo.wc
$ svn mkdir dir1
A dir1
$ svn ci -m 1
Adding dir1

Committed revision 1.
$ svn ps foo:bar baz dir1
property 'foo:bar' set on 'dir1'
$ svn st
 M dir1
$ svn cl cl0 dir1
Skipped 'dir1'
$ svn --version
svn, version 1.8.0-dev (under development)
   compiled Nov 16 2011, 13:23:31

Regards,
Alexey.
Received on 2012-05-27 00:13:42 CEST

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.