Re: "svn add * --force" and global-ignores / svn:ignore property
From: <Mathias.Weinert_at_gfa-net.de>
Date: 2006-01-03 16:46:37 CET
mailinglist@perspectives.qc.ca wrote:
> Ryan Schmidt wrote, On 03/01/06 06:52:
For this you could try something like
'find . -type f' to only find files
'grep -v "/\.svn"' to exclude all directories (and files)
'sed -e "s/\(.*\)/\"\1\"/" ' to put file names into
If you want each file to get a separate svn command you can
Mathias
> > [...]
---------------------------------------------------------------------
|
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.