Re: SVN Import command

2013-05-03 Thread C M
This is precisely what we are looking for. For the most part, we distribute a new executable for each update, so an overwrite is all we care about. The main reason we are moving to SVN is because the current deployment process uses a fileshare where updates are pushed out to. At least with SVN, we

Re: SVN Import command

2013-05-03 Thread kmradke
> I don't understand why I can't simply over-write the existing file in the > directory? On many occasions, a build may only result in one new executable. > To have to delete/rename the entire directory seems like overkill. While it kinda defeats the purpose of Subversion, you can use the svnmuc

Re: SVN Import command

2013-05-03 Thread Les Mikesell
On Fri, May 3, 2013 at 11:59 AM, C M wrote: > I don't understand why I can't simply over-write the existing file in the > directory? On many occasions, a build may only result in one new executable. > To have to delete/rename the entire directory seems like overkill. Converting the initial import

Re: SVN Import command

2013-05-03 Thread Thorsten Schöning
Guten Tag C M, am Freitag, 3. Mai 2013 um 18:59 schrieben Sie: > I don't understand why I can't simply over-write the existing file > in the directory? On many occasions, a build may only result in one > new executable. To have to delete/rename the entire directory seems like > overkill. Deletio

Re: SVN Import command

2013-05-03 Thread C M
I don't understand why I can't simply over-write the existing file in the directory? On many occasions, a build may only result in one new executable. To have to delete/rename the entire directory seems like overkill. And for the most part, we only have one top level directory below which all the

Re: SVN Import command

2013-05-03 Thread Daniel Shahaf
Les Mikesell wrote on Fri, May 03, 2013 at 11:44:53 -0500: > On Fri, May 3, 2013 at 11:23 AM, C M 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 the

Re: SVN Import command

2013-05-03 Thread Les Mikesell
On Fri, May 3, 2013 at 11:23 AM, C M 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

SVN Import command

2013-05-03 Thread C M
Hello, 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)