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

Re: SVN Import command

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 3 May 2013 19:51:23 +0300

Les Mikesell wrote on Fri, May 03, 2013 at 11:44:53 -0500:
> On Fri, May 3, 2013 at 11:23 AM, C M <cmanalyst66_at_gmail.com> wrote:
> > We plan to use a SVN repository as a deployment mechanism so technicians can
> > download and install the application binaries for a customer system.
> >
> > The directory where we want them to download from will always have the
> > "current" binaries.
> >
> > The issue I am facing is how to replace (overwrite) the application binary
> > in the directory when there's a new version of it.
> >
> > I tried to use the "svn import" to overwrite but it doesn't seem to like
> > that. I also tried it with the "svn import --force"
> >
> >
> > svn: E150002: Path 'svn://X.XX.XXX.XX/' already exists
> >
> > Is there another way to accomplish this?
>
> Basically, after your initial import you want to delete or rename the
> directory you imported and check it back out as a working copy.

http://subversion.apache.org/faq#in-place-import
Received on 2013-05-03 18:52:01 CEST

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.