RE: SVN import

2014-02-19 Thread Somashekarappa, Anup (CWM-NR)
appa, Anup (CWM-NR) Cc: users@subversion.apache.org Subject: Re: SVN import "Somashekarappa, Anup (CWM-NR)" writes: > We are trying to build the job in jenkins where it is trying to commit > to SVN repository. > > The artifacts are getting committed successfully but we are se

Re: SVN import

2014-02-19 Thread Philip Martin
"Somashekarappa, Anup (CWM-NR)" writes: > We are trying to build the job in jenkins where it is trying to commit > to SVN repository. > > The artifacts are getting committed successfully but we are seeing the > below error in th output. > > svncommit: > [echo] Commiting build v031_b84_r45185

SVN import

2014-02-19 Thread Somashekarappa, Anup (CWM-NR)
Hi, We are trying to build the job in jenkins where it is trying to commit to SVN repository. The artifacts are getting committed successfully but we are seeing the below error in th output. svncommit: [echo] Commiting build v031_b84_r45185_DBOS-DTR-DB to http://SVNURL/svndata/path/bui

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
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

Re: SVN Import command

2013-05-03 Thread Daniel Shahaf
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

Re: SVN Import command

2013-05-03 Thread Les Mikesell
ot;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

SVN Import command

2013-05-03 Thread C M
(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/' alrea

RE: SVN Import Hang

2011-05-18 Thread Rob Moore
ain. Rob -Original Message- From: Stefan Sperling [mailto:s...@elego.de] Sent: 13 January 2011 18:41 To: Rob Moore Cc: users@subversion.apache.org Subject: Re: SVN Import Hang On Thu, Jan 13, 2011 at 03:57:46PM -, Rob Moore wrote: > Hi Stefan, > > thanks for your reply,

RE: svn import keeps failing

2011-05-06 Thread Guus Leeuw jr
Thanks Steve... I feel so old now :) -Original Message- From: Stephen Butler [mailto:sbut...@elego.de] Sent: 06 May 2011 08:44 To: Guus Leeuw jr Cc: users@subversion.apache.org Subject: Re: svn import keeps failing On May 6, 2011, at 9:24 , Guus Leeuw jr wrote: > Hello, > >

Re: svn import keeps failing

2011-05-06 Thread Stephen Butler
On May 6, 2011, at 9:24 , Guus Leeuw jr wrote: > Hello, > > Have been trying to > $ svn import -m "new project" ./empty_repo > http://bastion.itpassion.com/new_project > For the last hour, and for the life of me, cannot see the problem. > > I have success

svn import keeps failing

2011-05-06 Thread Guus Leeuw jr
Hello, Have been trying to $ svn import -m "new project" ./empty_repo http://bastion.itpassion.com/new_project For the last hour, and for the life of me, cannot see the problem. I have successuflly imported new projects in the past, but this is more than a year ago, so I may be get

Re: SVN Import Hang

2011-01-13 Thread Stefan Sperling
On Thu, Jan 13, 2011 at 03:57:46PM -, Rob Moore wrote: > Hi Stefan, > > thanks for your reply, I did as you suggested and installed the following > version of the client:- > > Subversion command-line client, version 1.6.15-SlikSvn-tag-1.6.15@1050396-X64 > > It still hangs at the same file on

RE: SVN Import Hang

2011-01-13 Thread Rob Moore
-Original Message- From: Stefan Sperling [mailto:s...@elego.de] Sent: 13 January 2011 13:35 To: Rob Moore Cc: users@subversion.apache.org Subject: Re: SVN Import Hang On Thu, Jan 13, 2011 at 01:18:12PM -, Rob Moore wrote: > Hi, > > I am using Subversion command-line client, version

Re: SVN Import Hang

2011-01-13 Thread Stefan Sperling
On Thu, Jan 13, 2011 at 01:18:12PM -, Rob Moore wrote: > Hi, > > I am using Subversion command-line client, version > 1.6.12-SlikSvn-tag-1.6.12@956972-X6, Can you please upgrade to see if the problem persists? This version of sliksvn has known problems. See http://svn.haxx.se/users/archive

SVN Import Hang

2011-01-13 Thread Rob Moore
Hi, I am using Subversion command-line client, version 1.6.12-SlikSvn-tag-1.6.12@956972-X6, and on one particular folder I am trying to import, it hangs when doing the Adding on particular files. I have tried deleting the files, and it does seem to then go a bit further, but then hangs on ano

Re: Svn import

2010-07-12 Thread Ulrich Eckhardt
On Friday 09 July 2010, aneeja gerard wrote: > Will svn import command allow special characters. SVN deals with the whole Unicode range of characters, provided SVN and the system are set up correctly. > How to skip UTF error Followed by invalid UTF -8 sequence. I guess the actual error

Svn import

2010-07-09 Thread aneeja gerard
Hello, Will svn import command allow special characters. How to skip UTF error Followed by invalid UTF -8 sequence. I guess these special characters are created if the locale is not set properly but unfotunately its set to en_US.UTF-8. How can such files that has these characters be

Re: Unsupervised svn import

2010-04-13 Thread Volker Kopetzky
27 skype volker.kopetzky email v...@vzkb.de wsite http://www.vzkb.de Am 13.04.2010 um 14:12 schrieb Tom Van de Putte: Hey, I need to do an unsupervised 'svn import' from within a php script run in bash (so PHP CLI). The svn server runs on a different machine using apache + webDAV. I found

Unsupervised svn import

2010-04-13 Thread Tom Van de Putte
Hey, I need to do an unsupervised 'svn import' from within a php script run in bash (so PHP CLI). The svn server runs on a different machine using apache + webDAV. I found that in previous versions (svn 1.2) that corresponding manual indicates the use of --username and --password swi