<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em seg., 15 de ago. de 2022 às 11:57, Yuri Chornoivan <<a href="mailto:yurchor@ukr.net">yurchor@ukr.net</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">понеділок, 15 серпня 2022 р. 17:23:58 EEST Sveinn í Felli написано:<br>
> Dear coordinators,<br>
> <br>
> I can add individual files to the KDE-repo with the 'svn add' command,<br>
> but is there a way to add multiple files in one go through SVN?<br>
> As in adding all the files marked with '?' after issuing the 'svn<br>
> status' command?<br>
> <br>
> Best regards,<br>
> Sveinn í Felli<br>
<br>
Hi,<br>
<br>
Something like<br>
<br>
svn add --force * --auto-props --parents --depth infinity -q<br>
<br>
or (for versioned parent directoritees)<br>
<br>
svn add --force .<br>
<br>
maybe...<br>
<br>
Hope this helps and I understand the question.<br>
<br>
Best regards,<br>
Yuri<br><br></blockquote><div><br></div><div>Hi,</div><div><br></div><div>If you prefer an UI you could also use kdesvn (<a href="https://apps.kde.org/kdesvn/">https://apps.kde.org/kdesvn/</a>) for these tasks.</div><div><br></div><div>Regards,</div><div><br></div><div>Luiz</div></div></div>