Am 09.02.2012 07:59, schrieb d.guthm...@gmx.net:
we run a subversion-server with apache and access it through https.
Now we want to grant also external developers access to our
repositories. [...] The https-Port on the server is not reachable from any
external network.
I've now found the subvers
On Thu, Feb 9, 2012 at 1:59 AM, wrote:
> Hello,
>
> we run a subversion-server with apache and access it through https. Now we
> want to grant also external developers access to our repositories.
> As subversion-client we use subclipse via JavaHL under Windows. The
> https-Port on the server is
Hello,
we run a subversion-server with apache and access it through https. Now we want
to grant also external developers access to our repositories.
As subversion-client we use subclipse via JavaHL under Windows. The https-Port
on the server is not reachable from any external network.
I've now
On Wed, Feb 8, 2012 at 7:42 PM, Daniel Shahaf wrote:
> Daniel Shahaf wrote on Thu, Feb 09, 2012 at 01:46:45 +0200:
>> Jason Wong wrote on Wed, Feb 08, 2012 at 15:32:05 -0800:
>> Get xxd.exe from http://www.vim.org/ and cat.exe and sed.exe from
>> http://gnuwin32.sf.net (or from Cygwin). Delete f
Daniel,
In Mac OS X, we should use dtrace command. Its command is like
"sudo dtrace -n "syscall::open:entry, syscall::stat:entry,
syscall::stat64:entry / execname == \"svn\" / {trace( copyinstr(arg0))}" >
dtrace.txt".
I tried this and then tried
"svn info svn+ssh://sectio...@section-9.sakura.ne
Run svn under a syscall tracer (such as strace, truss, or local
equivalent), and you'll see an open(2) call for the config file. (Ryan
or someone else may be able to tell you what 'local equivalent' is.)
I believe you already looked for $SVN_SSH in your environment upthread
(and found that it wa
Daniel Shahaf wrote on Thu, Feb 09, 2012 at 01:46:45 +0200:
> Jason Wong wrote on Wed, Feb 08, 2012 at 15:32:05 -0800:
> > Hello and thank you for replying.
> >
> > On Tue, Feb 7, 2012 at 4:04 PM, Daniel Shahaf wrote:
> > > Jason Wong wrote on Tue, Feb 07, 2012 at 13:23:10 -0800:
> > >> Any help/
Daniel,
Thanks for your kind help.
When I typed a command you suggested, server said
"( success ( 2 2 ( ) ( edit-pipeline svndiff1 absent-entries commit-revprops
depth log-revprops partial-replay ) ) ) ".
And it's same as without -q option.
So, the ball is in my court.
I'm not sure where my s
Daniel Shahaf wrote on Thu, Feb 09, 2012 at 01:46:45 +0200:
> Jason Wong wrote on Wed, Feb 08, 2012 at 15:32:05 -0800:
> > Hello and thank you for replying.
> >
> > On Tue, Feb 7, 2012 at 4:04 PM, Daniel Shahaf wrote:
> > > Jason Wong wrote on Tue, Feb 07, 2012 at 13:23:10 -0800:
> > >> Any help/
Masaru,
Does 'ssh -q sectio...@section-9.sakura.ne.jp svnserve -t' print the
server greeting (like it does without -q)?
1. If it does not print a greeting, you'll have to define:
[tunnels]
ssh = $SVN_SSH ssh
(without anything else on the second line) in your system-wide or
per-user config
Jason Wong wrote on Wed, Feb 08, 2012 at 15:32:05 -0800:
> Hello and thank you for replying.
>
> On Tue, Feb 7, 2012 at 4:04 PM, Daniel Shahaf wrote:
> > Jason Wong wrote on Tue, Feb 07, 2012 at 13:23:10 -0800:
> >> Any help/comments would be appreciated. Thank you.
> >>
> >
> > As I said, I'd be
Hello and thank you for replying.
On Tue, Feb 7, 2012 at 4:04 PM, Daniel Shahaf wrote:
> Jason Wong wrote on Tue, Feb 07, 2012 at 13:23:10 -0800:
>> Any help/comments would be appreciated. Thank you.
>>
>
> As I said, I'd be interested in isolating the cause of these errors.
> Is there anything c
Rian,
I see. I'm happy to hear that it's not a bug and it's expected behavior.
Still I can't connect to Subversion using svn+ssh protocol. And my team
is worrying about it to manage their source files.
Hope to solve this problem soon...
Kindest regards,
Masaru
On 2012/02/09, at 8:23, Ryan Schm
[ cc'ing users@ again]
On Feb 8, 2012, at 23:25 , Phil Pinkerton wrote:
> Thanks when I try using --source-prop-encoding I get
>
> svnsync: E22: Safe data 'Server Currency ' was followed by
> non-ASCII byte 150: unable to convert to/from UTF-8
What was the name of the (non-UTF-8) encoding?
On Feb 8, 2012, at 15:41, Alagazam.net Subversion wrote:
> On Feb 7, 2012, at 15:44, Masaru Kitajima wrote:
>> On 2012/02/08, at 6:36, Daniel Shahaf wrote:
>>> What is the output of
>>>
>>> % ssh sectio...@section-9.sakura.ne.jp svnserve -t
>>
>> It is as below:
>>
>> ( success ( 2 2 ( ) ( edit
> % ssh sectio...@section-9.sakura.ne.jp ls /home/section-9/svn/reps
README.txt
conf
db
format
hooks
locks
>> and then stops. A prompt is not shown.
>>
>> Kindest regards,
>> Masaru
>>
This symptom of not getting any prompt back reminds me
On Feb 8, 2012, at 20:00 , Phil Pinkerton wrote:
> We have been doing a few hundred svnsync's from a 1.6.5 repositories
> to 1.7.2 repositories
>
> for the most par this has gone quite well. but we have encountered an
> error that is not to clear and we seek any insight to this error:
>
> svns
Hi, Daniel.
Sorry to say that I'm not familiar with UNIX command. So I can't
understand what to do next.
And I tried TortoiseSVN on my BOOTCAMP partition which runs Windows 7.
TortoiseSVN says "can't create tunnel". So I guess it is not my client
issue.
On 2012/02/09, at 3:53, Daniel Shahaf wro
We have been doing a few hundred svnsync's from a 1.6.5 repositories
to 1.7.2 repositories
for the most par this has gone quite well. but we have encountered an
error that is not to clear and we seek any insight to this error:
svnsync: E22: Valid UTF-8 data
(hex: 53 65 72 76 65 72 20 43 75 7
If it works with --config-option and not without it then either the
'config' file in your system provides a bogus value, or the envvar
SVN_SSH is set.
strace or truss should find the bogus config file for you, if all else
fails.
Masaru Kitajima wrote on Thu, Feb 09, 2012 at 03:41:20 +0900:
> Hi,
Hi, Daniel
I posted e-mail below yesterday morning.
Could you find something to solve my problem?
Thanks in advance.
Kindest regards,
Masaru
On 2012/02/08, at 7:18, Masaru Kitajima wrote:
> Hi, Daniel.
>
> Thank you for your help.
>
> On 2012/02/08, at 7:00, Daniel Shahaf wrote:
>> Masaru Ki
On Feb 8, 2012, at 05:23, sureshkumar nandakumar wrote:
> When we are trying to access SVN in Internet explorer we are getting
> below error. Once we re-started the Service i can able to access it..
> This is happening only in Morning time. we are getting this issue for
> past 5days.
> This is hap
On Wed, Feb 8, 2012 at 9:27 AM, yucca nel wrote:
> Hello
> I am looking for current SVN binaries and would like to know who I can
> contact to suggest binary releases for SVN?
>
> I enjoy most apache projects like Tomcat, Maven, etc.
> A binary would aid me (and other script authors) in creating
Thanks for your reply.
This is a Sample IP I have given u guys. Real is Confidential:) . If there
would the IP Issue then why SVN getting access through Internet Explorer. the
same way it is asking for Login and Password and being accessible. I can view
the contents of my repository. I don't th
On Wed, Feb 8, 2012 at 10:28 AM, Waseem Shahzad
wrote:
> Bob
>
> Thanks for your reply.
>
>
>
>>> You really need to talk to your specific svn admin.
>
> I am the SVN Admin.
Cool.
>>>There are several ways to set up authentication to a subversion server.
>
> We are using Visual SVN o
Bob
Thanks for your reply.
>> You really need to talk to your specific svn admin.
I am the SVN Admin.
>>There are several ways to set up authentication to a subversion
server.
We are using Visual SVN on server Side and Tortoise SVN on Client Side.
Now I have published my IP
Please reply to all to keep discussion on the mailing list.
On Wed, Feb 8, 2012 at 10:03, yucca nel wrote:
> Hello and thank you for your reply Andy.
>
> My script is targeted at all Linuxes and svn is not always installed.
> Additionally I hope to aid junior developers with it who typically need
On Wed, Feb 08, 2012 at 02:11:14PM +, Markus Schaber wrote:
> Hi!
>
> I've got an error with commits in working copies containing copied subtrees.
>
> I'm using SharpSVN, which internally calls svn_client_commit_5().
>
> The error message is: \CoDeSys_Control_RTE_V3\Plc Logic\Application\Tas
On Wed, Feb 8, 2012 at 09:27, yucca nel wrote:
> Hello
> I am looking for current SVN binaries and would like to know who I can
> contact to suggest binary releases for SVN?
Most, if not all, Linux distributions have pre-built packages in their
own package repositories for Subversion. Why not jus
Hello
I am looking for current SVN binaries and would like to know who I can contact
to suggest binary releases for SVN?
I enjoy most apache projects like Tomcat, Maven, etc.
A binary would aid me (and other script authors) in creating scripts for
universal Linux as apposed to specific Versio
Hi!
I've got an error with commits in working copies containing copied subtrees.
I'm using SharpSVN, which internally calls svn_client_commit_5().
The error message is: \CoDeSys_Control_RTE_V3\Plc Logic\Application\Task
Configuration\MainTask' is not under version control and is not part of the
Hi
When we are trying to access SVN in Internet explorer we are getting
below error. Once we re-started the Service i can able to access it..
This is happening only in Morning time. we are getting this issue for
past 5days.
This is happening for all users.
i have tried with other browsers(Chrome,
On Wed, Feb 08, 2012 at 10:45:56AM +, Hoefakker, Paul wrote:
> Hello,
>
> We are using:
> SVN client 1.6.13 on windows
> SVN server 1.6.12 as server
>
> We are looking for a solution of next issue:
> If we make a selective merge from our trunk to a subbranch and changes are
> made on the end
Hello,
We are using:
SVN client 1.6.13 on windows
SVN server 1.6.12 as server
We are looking for a solution of next issue:
If we make a selective merge from our trunk to a subbranch and changes are made
on the end of a file also changes which were not made in the selected revision
range are tak
Guten Tag Prabhakar,
am Dienstag, 7. Februar 2012 um 21:09 schrieben Sie:
> TortoiseSVN newer than 1.6.16 causes errors in our software build process
If you didn't sent your mail too soon accidently, this may help you:
http://catb.org/esr/faqs/smart-questions.html
Mit freundlichen Grüßen,
Thor
Hi, Prabhakar,
Von: Prabhakar [mailto:prabhakar.pione...@gmail.com]
> TortoiseSVN newer than 1.6.16 causes errors in our software build process
Some suggestions:
-> If you're sure that it's TortoiseSVN, you should maybe write to the
TortoiseSVN list instead of the general subversion list.
->
36 matches
Mail list logo