Error during cleanup

2011-11-02 Thread Alex Hartner
I did an updated via the command line utility and encountered a problem.

C:\Source\trunk>svn update "C:\Source\trunk"
Updating '.':
U .
U .
svn: E235000: In file 'C:\SVN-1.7.0\src-1.7.0\subversion\libsvn_wc\workqueue.c' 
line 672: assertion failed (checksum != NULL)

I then tried to do an update via TortoiseSVN but was advised that I needed to 
clean first.

During the cleanup operation I got the following error:

---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
(users@subversion.apache.org)
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
'D:\Development\SVN\Releases\TortoiseSVN-1.7.0\ext\subversion\subversion\libsvn_wc\workqueue.c'
line 672: assertion failed (checksum != NULL)
---
OK
---



Alex Hartner


Enterprise Architect


[http://thunderhead.com/email_signature/images/Thunderhead-logo.png]
[http://thunderhead.com/email_signature/images/make-every-communication-count.png]
  [http://thunderhead.com/email_signature/images/triangles.png]

 T

 F

 M

 E

 W


+44 20 8238 7423





ahart...@thunderhead.com

www.thunderhead.com



The Forrester Wave™ Document Output for Customer Communications, Q3 2011 
recognizes Thunderhead as leader in multi-channel support


[http://thunderhead.com/email_signature/images/linkedin.png]
 [http://thunderhead.com/email_signature/images/twitter.png] 
 
[http://thunderhead.com/email_signature/images/rss.png] 
 
[http://thunderhead.com/email_signature/images/youtube.png] 
 
[http://thunderhead.com/email_signature/images/theblog.png] 
  
[http://thunderhead.com/email_signature/images/werehiring.png] 


The contents of this e-mail are intended for the named addressee only. It 
contains information that may be confidential. Unless you are the named 
addressee or an authorized designee, you may not copy or use it, or disclose it 
to anyone else. If you received it in error please notify us immediately and 
then destroy it.






Re: Message: Access to '/repos/asf/!svn/me' forbidden

2011-11-02 Thread Nico Kadel-Garcia
On Wed, Nov 2, 2011 at 3:26 PM, Wojcik, Robert C.
 wrote:
> Hi all:
>
>
>
> Why would this error message  be generated when accessing the apache
> subversion repository using the “Update to revision” command from the repo
> window for the Apache ActiveMQ trunk?

Details, Robert: Which Subversion client are you using? And do you
actually have write permission to that repository tested by other
means?


Subversion Exception!

2011-11-02 Thread Sandeep Seshadri
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
(users@subversion.apache.org)
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
'D:\Development\SVN\Releases\TortoiseSVN-1.7.0\ext\subversion\subversion\libsvn_wc\workqueue.c'
line 672: assertion failed (checksum != NULL)
---
OK
---


Message: Access to '/repos/asf/!svn/me' forbidden

2011-11-02 Thread Wojcik, Robert C.
Hi all:

Why would this error message  be generated when accessing the apache subversion 
repository using the "Update to revision" command from the repo window for the 
Apache ActiveMQ trunk?

Best Regards,
Robert C. Wojcik, Ph.D.
   Enterprise Knowledge Systems Group (AISD-VES)

   Johns Hopkins University
   Applied Physics Laboratory
   11100 Johns Hopkins Road
   M/S 24-E229
   Laurel, MD 20723-6099

   Email: robert.woj...@jhuapl.edu
   Blackberry: (410) 294-9651
   Phone: (240) 228-9168 / Washington
   (443) 778-9168 / Baltimore
   FAX:(240) 228-2551 / Washington
   (443) 778-2551 / Baltimore



Re: Error when updating

2011-11-02 Thread Philip Martin
Wabe W  writes:

>> I assume you are using some sort of server.  Which version of Subversion
>> is the server running?  

> It is 1.0.8 (2004)

That's old (very old) and unsupported.  The client should still work but
I haven't built or used 1.0.x for years.

>>Is it a googlecode server?  Are you using serf or neon?

> I sent the person that runs the server an e-mail regarding these questions.
> It is a Linux server, that I know.

It won't be a googlecode server.  serf/neon is a client question.

-- 
Philip


RE: Error when updating

2011-11-02 Thread Wabe W

I got word from the person that runs the server.
He replied the following:

> Which Subversion protocol are you using (http:, https:, svn:, file:)?


http://

>  I assume you are using some sort of server.
Which version of 

>  Subversion is the server running?

subversion 1.0.8-2.2 (r11084) on a Suse Linux 9.2
Distribution (i586)> Is it a googlecode server? Are you using serf

> or neon?

This depends on the client, not the server.

  

RE: Error when updating

2011-11-02 Thread Wabe W

> The error you report is:
> 
>  
> 'D:\Development\SVN\Releases\TortoiseSVN-1.7.0\ext\subversion\subversion\libsvn_wc\wc_db.c'
>  line 11039: assertion failed (base_status == svn_wc__db_status_incomplete)
> 
> That happens inside the function end_directory_update, which is called
> from close_edit only if the editor didn't open the root.  You report
> that it doesn't happen immediately after a commit and that makes sense
> since the commit will likely leave a mixed revision working copy so the
> update will not run this bit of code.
> 
> I'm surprised it happens when the update makes changes to the working
> copy, I can't see how end_directory_update is called in that case.
Just to be clear: the error doesn't happen - as you correctly state - after a 
commit. Once I get an error (from updating any of the repositories), all other 
updates of all other repositories will fail. Until I do another commit and then 
- only that repository - will correctly update. Changes do not seem to affect 
this in any way. So, whether the update really comes with a new version of any 
file doesn't seem to matter.

Another lead that might make your search easier:
The error never occurs when updating subfolders. So, only if do an update of a 
root folder the error occurs.

> 
> You report that a commit makes the next update work.  Does an update
> after the successful update work?
Yes, it works for quite a while. At least several hours (although I'm not sure 
it is time dependent in any way) . At some point it breaks down again.
>
> Which Subversion protocol are you using (http:, https:, svn:, file:)?
http
> I assume you are using some sort of server.  Which version of Subversion
> is the server running?  
It is 1.0.8 (2004)
>Is it a googlecode server?  Are you using serf or neon?
I sent the person that runs the server an e-mail regarding these questions.
It is a Linux server, that I know.

I'll get back to you ASAP.

BTW,
A colleague just did a fresh install of Tortoise SVN 1.7.1 and he has got the 
same problem. He uses the same SVN server as I do.

Thnx for all the help.
Regards, Wabe.
  

Re: Apparent "svn rm" scaling problem in 1.7.x

2011-11-02 Thread Neels J Hofmeyr

On 11/02/2011 03:46 PM, Mark Phippard wrote:
> On Wed, Nov 2, 2011 at 10:39 AM, Neels J Hofmeyr  > wrote:
> 
> 
> It seems to show an improvement on 'svn delete' for 1.7.0.
> 
> 
> Yep, I noticed that.  FWIW, the benchmarks that I wrote also show delete
> being faster with 1.7.x:
> 
> https://ctf.open.collab.net/sf/projects/csvn/
> 
> In my case, delete is deleting a folder that contains a lot of files.
>  Perhaps we need a test that is doing:
> 
> $ svn rm folder/*
> 
> That seems to be the main area where there is a problem.
> 
> What does your delete test do?

Hmm, not much. At one point it locally deletes a branch from a WC. I had
more deletes in there originally, but that started to overcomplicate the
test automation, so there isn't much deletion going on. I guess I should
insert a few delete variants right at the end, now that I think of it from
the distance.

BTW, the commands are in tools/dev/benchmarks/suite1/benchmark.py starting
at line 435.

~Neels



signature.asc
Description: OpenPGP digital signature


Re: Apparent "svn rm" scaling problem in 1.7.x

2011-11-02 Thread Mark Phippard
On Wed, Nov 2, 2011 at 10:39 AM, Neels J Hofmeyr  wrote:

>
> It seems to show an improvement on 'svn delete' for 1.7.0.
>

Yep, I noticed that.  FWIW, the benchmarks that I wrote also show delete
being faster with 1.7.x:

https://ctf.open.collab.net/sf/projects/csvn/

In my case, delete is deleting a folder that contains a lot of files.
 Perhaps we need a test that is doing:

$ svn rm folder/*

That seems to be the main area where there is a problem.

What does your delete test do?


-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/


Re: Apparent "svn rm" scaling problem in 1.7.x

2011-11-02 Thread Neels J Hofmeyr
On 11/01/2011 07:56 PM, Mark Phippard wrote:
> On Tue, Nov 1, 2011 at 2:40 PM, Stefan Sperling  > wrote:
> 
> On Tue, Nov 01, 2011 at 06:29:59PM +, Philip Martin wrote:
> > I put in the ORDER BY to preserve the parents before children
> > notification used by 1.6.  I wonder if that notification order is
> > important?
> 
> See r1196191.
> It should preserve the 1.6.x order (via svn_path_compare_paths()).
> 
> 
> Just a side note.  I have not been able to find a "final" version of the
> svnbench tool with results for 1.7.0 compared with 1.6.17.  The results I
> can find are only comparing 1.7.x with trunk.  Just wondering if those tests
> show a problem with rm so that we can track progress via those tests.
> 
> Adding Neels in case he archived any results.

Have not, but I will gladly kick off a special run for you.
(...some time passes...)
See http://svn.haxx.se/dev/archive-2011-11/0029.shtml

*Disclaimer:* this tests only file://-URL access on a GNU/Linux VM. This is
intended to measure changes in performance of the local working copy layer,
only. These results are *not* generally true for everyone.

It seems to show an improvement on 'svn delete' for 1.7.0.

~Neels



signature.asc
Description: OpenPGP digital signature


Re: Upgrade to svn 1.7 on cygwin causes W155007 not a working copy?

2011-11-02 Thread Mark Phippard
This was fixed in the current version of Subclipse which is 1.8.2.



On Wed, Nov 2, 2011 at 1:57 AM, Mark Utting  wrote:

> Mark,
>
> Sorry to take so long to reply...
>
> On 22 October 2011 00:39, Mark Phippard  wrote:
>
>> Can you make a little diagram of what your Eclipse workspace looks
>> like?  For example, one of mine looks like this:
>>
>> /workspace
>>  |- Project1
>>  |-|-.svn
>>  |- Project2
>>  |-|-.svn
>>
>>
> My Eclipse workspace was a directory called 'networkmodel', with projects
> from several different repositories checked out inside it.
>
> Here is an example of some of the files inside this 'networkmodel'
> directory *before* I did the svn update command:
>
> .metadata
> .svn  (top-level .svn folder from svn checkout of my main
> 'networkmodel' repository)
> # this is one of the projects from my main 'networkmodel' repository
> MasonPI/
> MasonPI/.classpath
> MasonPI/.project
> MasonPI/.svn
> MasonPI/src
> ...
> # this is another of the projects from my main 'networkmodel' repository
> au.edu.qut.renewables.networkmodel
> au.edu.qut.renewables.networkmodel/.classpath
> au.edu.qut.renewables.networkmodel/.project
> au.edu.qut.renewables.networkmodel/.svn  (from my main 'networkmodel'
> repository)
> au.edu.qut.renewables.networkmodel/src
> au.edu.qut.renewables.networkmodel/test
> ...
> # a project from another SVN repository:
> http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk
> commons-csv
> commons-csv/.classpath
> commons-csv/.project
> commons-csv/.svn
> commons-csv/LICENSE.txt
> commons-csv/NOTICE.txt
> commons-csv/bin
> commons-csv/checkstyle.xml
> commons-csv/pom.xml
> commons-csv/src
> commons-csv/target
> # a project that has no associated SVN repository.
> supercsv_1.52
> supercsv_1.52/.classpath
> supercsv_1.52/.project
> supercsv_1.52/LICENSE.txt
> supercsv_1.52/bin
> supercsv_1.52/src
> supercsv_1.52/test
> ...
>
>
> So the commands that created this structure were something like:
>
> # first command will create networkmodel directory and check out a few
> projects
> #   into it, such as MasonPI and au.edu.qut.renewables.networkmodel...
> svn co https:///networkmodel/trunk networkmodel
> cd networkmodel
> svn co http://svn.apache.org/repos/asf/commons/sandbox/csv/trunkcommons-csv
> 
>
>
>
> I haven't had any problems since I changed back to svn 1.6:
> $ svn --version
> svn, version 1.6.17 (r1128011)
>compiled Jun  2 2011, 10:39:28
> $ uname -a
> CYGWIN_NT-6.1-WOW64 RWS034 1.7.9(0.237/5/3) 2011-03-29 10:10 i686 Cygwin
>
>
> Thanks
> Mark
>
>


-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/


RE: 1.7.1, Build 22161 line 672: assertion failed (checksum != NULL)

2011-11-02 Thread Kun Wang
Yes, a new check out works. If you need any extra information, just let me
know.

-邮件原件-
发件人: Stefan Sperling [mailto:s...@elego.de] 
发送时间: 2011年11月2日 19:13
收件人: wangkun
抄送: users@subversion.apache.org
主题: Re: 1.7.1, Build 22161 line 672: assertion failed (checksum != NULL)

On Wed, Nov 02, 2011 at 06:58:47PM +0800, Kun Wang wrote:
> I did not installed 1.7.0.
> I updated my working copy using 1.7.1. And the working copy worked for 
> days...

OK, thanks.
This probably means that there is another bug in the upgrade code.

A new checkout should work fine, though.



Re: 1.7.1, Build 22161 line 672: assertion failed (checksum != NULL)

2011-11-02 Thread Stefan Sperling
On Wed, Nov 02, 2011 at 06:58:47PM +0800, Kun Wang wrote:
> I did not installed 1.7.0.
> I updated my working copy using 1.7.1. And the working copy worked for
> days...

OK, thanks.
This probably means that there is another bug in the upgrade code.

A new checkout should work fine, though.


Re: Request for Subversion Server 1.5.3 binaries for AIX OS link

2011-11-02 Thread Nico Kadel-Garcia
On Wed, Nov 2, 2011 at 4:16 AM, David Chapman  wrote:
> On 11/2/2011 12:58 AM, sagade.sub...@vodafone.com wrote:
>
> Thanks David.
>
>
>
> Can you please help me in locating link from where I can download binaries
> of  SVN server 1.7 for AIX OS.
>
> I wish to download  pure binaries (not the rpms nor any source code/packages
> to be compiled)

AIX does RPM's? Live and learn.

Speaking of which, I've worked out the kwallet package problem for
RHEL 6 and Fedora compilation of 1.7.1. I don't have a reliable public
FTP site to publish my patches. I've published them to the
d...@subversion.spache.org mailing list, as svn diffs against their
source tree. I'm happy to send them as diffs against the rpmforge git
repo. The .spec file is fairly bulky, which is why I just don't want
to send it to the list here.


> Regards
>
> Subodh
>
> (Please don't top-post; the convention for this list is bottom-posting.
> Thanks.)
>
> The RPMs are compiled and maintained by a volunteer who has not yet compiled
> 1.7.1.  I don't know when that will occur; perhaps someone else on this list
> will know.  I do not know of anyone else who has compiled Subversion for
> AIX, and I don't know if you will find anyone who supplies raw binaries
> only.
>
> Compiling the source code is not terribly difficult; is there a reason you
> don't want to try to compile it yourself?
>
> --
> David Chapman dcchap...@acm.org
> Chapman Consulting -- San Jose, CA


Re: 1.7.1, Build 22161 line 672: assertion failed (checksum != NULL)

2011-11-02 Thread Stefan Sperling
On Wed, Nov 02, 2011 at 03:13:26PM +0800, Kun Wang wrote:
> 1.7.1, Build 22161 installed, when doing svn clean up, exception occurred:

> In file
> 
> 'D:\Development\SVN\Releases\TortoiseSVN-1.7.1\ext\subversion\subversion\lib
> svn_wc\workqueue.c'
> 
> line 672: assertion failed (checksum != NULL)

Your working copy was probably upgraded with 1.7.0, which
had a bug that can cause this problem in some situations.
Using 1.7.1 on that same working copy will not fix the problem.
You need to get a new checkout. If the problem persists with a new
checkout, please let us know. Thanks.


RE: 1.7.1, Build 22161 line 672: assertion failed (checksum != NULL)

2011-11-02 Thread Kun Wang
I did not installed 1.7.0.
I updated my working copy using 1.7.1. And the working copy worked for
days...

-邮件原件-
发件人: Stefan Sperling [mailto:s...@elego.de] 
发送时间: 2011年11月2日 18:56
收件人: wangkun
抄送: users@subversion.apache.org
主题: Re: 1.7.1, Build 22161 line 672: assertion failed (checksum != NULL)

On Wed, Nov 02, 2011 at 03:13:26PM +0800, Kun Wang wrote:
> 1.7.1, Build 22161 installed, when doing svn clean up, exception occurred:

> In file
>
> 'D:\Development\SVN\Releases\TortoiseSVN-1.7.1\ext\subversion\subversi
> on\lib
> svn_wc\workqueue.c'
>
> line 672: assertion failed (checksum != NULL)

Your working copy was probably upgraded with 1.7.0, which had a bug that can
cause this problem in some situations.
Using 1.7.1 on that same working copy will not fix the problem.
You need to get a new checkout. If the problem persists with a new checkout,
please let us know. Thanks.



FW: Branching an svn external causes svn to crash

2011-11-02 Thread Gibbs, Ben

> Hello,
> 
> A quick search of the mailing list revealed no exact matches so I'm
> reporting this crash.  I'm sorry if I have done so in error.
> 
> I have an svn external set up to common interfaces (slice file).
> I wish to branch this external file so I can make changes to one
> component without affecting the other for now
> I svn up-ed the entire repository
> Cd-ed into the directory with the external file
> Then I tried to create a branch from my repository version
> This resulted in the crash (inlined below)
> I am on windows using Tortoise SVN
> 
> Thanks
> 
> Ben
> 
> 
> ---
> Subversion Exception!
> ---
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> (users@subversion.apache.org)
> with as much information as possible about what
> you were trying to do.
> But please first search the mailing list archives for the error
> message
> to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> http://subversion.apache.org/mailing-lists.html
> 
> Subversion reported the following
> (you can copy the content of this dialog
> to the clipboard using Ctrl-C):
> 
> In file
>  
> 'D:\Development\SVN\Releases\TortoiseSVN-1.7.0\ext\subversion\subversi
> on\libsvn_client\copy.c'
>  line 1367: assertion failed (commit_items != NULL)
> ---
> OK   
> ---
___

This email is intended only for the use of the individual(s) to whom
it is addressed and may be privileged and confidential.

Unauthorised use or disclosure is prohibited. If you receive this
e-mail in error, please advise immediately and delete the original
message without copying, using, or telling anyone about its contents.

This message may have been altered without your or our knowledge and
the sender does not accept any liability for any errors or omissions
in the message.

This message does not create or change any contract.  Royal Bank of
Canada and its subsidiaries accept no responsibility for damage caused
by any viruses contained in this email or its attachments.  Emails may
be monitored.

RBC Capital Markets is a business name used by branches and
subsidiaries of Royal Bank of Canada, including Royal Bank of Canada,
London branch and RBC Europe Limited. In accordance
with English law requirements, details regarding RBC Europe Limited
are set out below:

RBC EUROPE LIMITED
Registered in England and Wales 995939
Registered Address: Riverbank House, 2 Swan Lane, London, EC4R 3BF.
Authorised and regulated by the Financial Services Authority.
Member of the London Stock Exchange.


Re: Request for Subversion Server 1.5.3 binaries for AIX OS link

2011-11-02 Thread David Chapman

On 11/2/2011 12:58 AM, sagade.sub...@vodafone.com wrote:


Thanks David.

Can you please help me in locating link from where I can download 
binaries of  SVN server 1.7 for AIX OS.


I wish to download  pure binaries (not the rpms nor any source 
code/packages to be compiled)


Regards

Subodh




(Please don't top-post; the convention for this list is bottom-posting.  
Thanks.)


The RPMs are compiled and maintained by a volunteer who has not yet 
compiled 1.7.1.  I don't know when that will occur; perhaps someone else 
on this list will know.  I do not know of anyone else who has compiled 
Subversion for AIX, and I don't know if you will find anyone who 
supplies raw binaries only.


Compiling the source code is not terribly difficult; is there a reason 
you don't want to try to compile it yourself?


--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA



RE: Request for Subversion Server 1.5.3 binaries for AIX OS link

2011-11-02 Thread sagade.sub...@vodafone.com
Thanks David.

Can you please help me in locating link from where I can download binaries of  
SVN server 1.7 for AIX OS.
I wish to download  pure binaries (not the rpms nor any source code/packages to 
be compiled)

Regards
Subodh



From: David Chapman [mailto:dcchap...@acm.org]
Sent: 02 November 2011 PM 12:59
To: Sagade Subodh (MAG-NE)
Cc: users@subversion.apache.org
Subject: Re: Request for Subversion Server 1.5.3 binaries for AIX OS link

On 11/1/2011 11:51 PM, 
sagade.sub...@vodafone.com wrote:
Hi

Can you please help. Need to download Subversion Server 1.5.3 binaries for AIX 
OS.
Can you please point me to the  link.

Regards
Subodh


If you really need 1.5.x (the current version is 1.7.1), you should probably 
get the newest one possible, not 1.5.3.  You can find 1.5.9 here:

http://www.perzl.org/aix/index.php?n=Main.Subversion

This was from a link on the main Subversion Web site, subversion.apache.org.

If you absolutely must have a version of 1.5.x with extra bugs, I can't help 
you; I use Linux and Windows myself.


--

David Chapman dcchap...@acm.org

Chapman Consulting -- San Jose, CA

This message (including any attachments) is intended only for
the use of the individual or entity to which it is addressed and
may contain information that is non-public, proprietary,
privileged, confidential, and exempt from disclosure under
applicable law or may constitute as attorney work product.
If you are not the intended recipient, you are hereby notified
that any use, dissemination, distribution, or copying of this
communication is strictly prohibited. If you have received this
communication in error, notify us immediately by telephone and
(i) destroy this message if a facsimile or (ii) delete this message
immediately if this is an electronic communication.

Thank you.


Re: Request for Subversion Server 1.5.3 binaries for AIX OS link

2011-11-02 Thread David Chapman

On 11/1/2011 11:51 PM, sagade.sub...@vodafone.com wrote:


Hi

Can you please help. Need to download Subversion Server 1.5.3 binaries 
for AIX OS.


Can you please point me to the  link.

Regards

Subodh




If you really need 1.5.x (the current version is 1.7.1), you should 
probably get the newest one possible, not 1.5.3.  You can find 1.5.9 here:


http://www.perzl.org/aix/index.php?n=Main.Subversion

This was from a link on the main Subversion Web site, subversion.apache.org.

If you absolutely must have a version of 1.5.x with extra bugs, I can't 
help you; I use Linux and Windows myself.


--
David Chapman dcchap...@acm.org
Chapman Consulting -- San Jose, CA



1.7.1, Build 22161 line 672: assertion failed (checksum != NULL)

2011-11-02 Thread Kun Wang
1.7.1, Build 22161 installed, when doing svn clean up, exception occurred:

 

---

Subversion Exception!

---

Subversion encountered a serious problem.

Please take the time to report this on the Subversion mailing list

with as much information as possible about what

you were trying to do.

But please first search the mailing list archives for the error message

to avoid reporting the same problem repeatedly.

You can find the mailing list archives at

http://subversion.apache.org/mailing-lists.html

 

Subversion reported the following

(you can copy the content of this dialog

to the clipboard using Ctrl-C):

 

In file

'D:\Development\SVN\Releases\TortoiseSVN-1.7.1\ext\subversion\subversion\lib
svn_wc\workqueue.c'

line 672: assertion failed (checksum != NULL)

---

OK   

 



Request for Subversion Server 1.5.3 binaries for AIX OS link

2011-11-02 Thread sagade.sub...@vodafone.com
Hi

Can you please help. Need to download Subversion Server 1.5.3 binaries for AIX 
OS.
Can you please point me to the  link.

Regards
Subodh


This message (including any attachments) is intended only for
the use of the individual or entity to which it is addressed and
may contain information that is non-public, proprietary,
privileged, confidential, and exempt from disclosure under
applicable law or may constitute as attorney work product.
If you are not the intended recipient, you are hereby notified
that any use, dissemination, distribution, or copying of this
communication is strictly prohibited. If you have received this
communication in error, notify us immediately by telephone and
(i) destroy this message if a facsimile or (ii) delete this message
immediately if this is an electronic communication.

Thank you.