Adding a new directory with a changelist
From: <webpost_at_tigris.org>
Date: Wed, 29 Apr 2009 07:50:22 -0700 (PDT)
I'm running into a problem using changelists to filter my commits when I need to add a new directory. The problem appears to be that the directory add itself cannot be in a changelist, so when I commit using the changelist, the directory add is not included, and the adds of new files in the directory therefore fail. Here's an example:
svn mkdir newdir
This command does nothing and outputs a "Skipped 'newdir'" message.
touch newdir/a
A newdir
--- Changelist 'test':
svn commit --cl test -m "test msg"
fails with:
Adding parent/newdir/a
No doubt the problem is that the directory newdir isn't being added with the commit. Is this a known limitation of changelists? Is there a thought to improve this?
Thanks!
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.