Mailinglist Archive: opensuse-buildservice (244 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] Deleting .svn directories
- From: EGD <egd.free@xxxxxxxxx>
- Date: Mon, 11 Jun 2012 23:35:28 +0400
- Message-id: <13671445.SDCjSvDC4V@egd-pc>
On 11 июня 2012 14:14:47 Ciro Iriarte wrote:
--
Friendly openSUSE Community
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-buildservice+owner@xxxxxxxxxxxx
2012/6/11 EGD <egd.free@xxxxxxxxx>:Will not know until you try it... :)
On 11 июня 2012 07:54:21 Ciro Iriarte wrote:
Hi, I'm stuck with something that should be pretty simple, I'm trying
to delete .svn directories as part of the build process for a package,
"find" appears to find the directories but while trying to delete them
it gets "No such file or directory".
Maybe you need write that
find . -name .svn -exec rm -rf {} \;
It was already like that, wasn't it?
--
Friendly openSUSE Community
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-buildservice+owner@xxxxxxxxxxxx
| < Previous | Next > |