Checking: svn: '/foo/libcau' is not a working copy
From: Tennebø Frode <frode.tennebo_at_saabgroup.com>
Date: Thu, 22 Jul 2010 11:31:16 +0000
When I try to check in several directories I get the following error:
ft_at_tr:/foo>svn ci lib*/*
The error-message in itself is correct; 'libcau' is not under version control, nor are any of the other top-level directories. However, inside these directories I have sub-directories which contain the actual code:
ft_at_tr:/foo>ls -l libcau/
So, normal shell (this is linux) expansion should not include 'libcau' (on it's own) in the list of directories to be committed. And indeed, testing with a different svn command yields:
ft_at_tr:/foo>svn st lib*/*
...all fine, and:
ft_at_tr:/foo>cd libcau/
...as expected. What is going on?
-Frode
|
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.