Re: ignore tools.zip in tortoisesvn/trunk
Daniel Sahlberg via TortoiseSVN-dev <[email protected]> Mon, 30 May 2022 13:44:31 -0700 (PDT)
| Newsgroups | gmane.comp.version-control.subversion.tortoisesvn.devel |
|---|---|
| Message-ID | <[email protected]> |
måndag 30 maj 2022 kl. 21:04:58 UTC+2 skrev Stefan:
> you can of course add it to svn:ignore.
> But since it's not used after the download/unzip anymore, I usually just
> delete it.
>
I'm lazy enough to forget about such things.
Better to have the build script delete the file?
[[[
Index: default.build
===================================================================
--- default.build (revision 29403)
+++ default.build (working copy)
@@ -545,6 +545,7 @@
<get
src="https://osdn.net/frs/redir.php?m=acc&f=%2Fstorage%2Fg%2Ft%2Fto%2Ftortoisesvn%2Fbuild+tools%2FTools-1.8.0.zip"
dest="tools.zip" />
<unzip zipfile="tools.zip" />
<touch file="Tools\ver-1.8.0" />
+ <delete file="tools.zip" />
</if>
</target>
]]]
--
You received this message because you are subscribed to the Google Groups "TortoiseSVN-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn-dev/2a55a9e8-14fe-440f-a855-14cd46b01500n%40googlegroups.com.