[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Adding binary version to a tag

From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2006-02-09 22:22:42 CET

Achim,

you can use svn import like this:

svn import /path/to/executable/ http://svnserver.com/svn/tags/1.1/ -m
"Importing binaries"

This imports all files in the /path/to/executable/ folder directly in the
repository, without the need for a working copy.

Lieven.

> -----Original Message-----
> From: Achim Domma [mailto:achim.domma@syynx.de]
> Sent: donderdag 9 februari 2006 17:05
> To: users@subversion.tigris.org
> Subject: Adding binary version to a tag
>
> Hi,
>
> in the "Avoid .svn" thread some people wrote that they add
> compiled binaries to tags after creating the tag. What's the
> simplest way to do that?
>
> If I do a 'svn copy .../trunk .../tags/1.1' and have a
> compiled.exe somewhere on my disk, how do I get it into
> tags/1.1 without checking out the complete folder? Or am I
> understanding something wrong?
>
> regards,
>
> Achim
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 9 22:26:39 2006

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.