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
"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
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
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
> 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
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
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
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
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
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
(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
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,
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,
>
>
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
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
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
-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
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
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
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
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
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
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
23 matches
Mail list logo