I just installed svn-1.3.1 from .dmg on an intel mac. I am getting ... subversion/libsvn_wc/log.c:338: (apr_err=155009) svn: In directory ''sr'' subversion/libsvn_subr/io.c:565: (apr_err=2) svn: Can''t copy ''sr/.svn/tmp/text-base/README.svn-base'' to ''sr/README.tmp'': No such file or directory Any one getting this? TIA for any help. -bakki
Bakki Kudva wrote:> I just installed svn-1.3.1 from .dmg on an intel mac. I am getting ...I compiled it with DarwinPorts and had not problems. -- blog: http://www.akropolix.net/rik0/blogs | site: http://www.akropolix.net/rik0/ | forum: http://www.akropolix.net/forum/ |
Hi Bakki, could you provide more detail as to what you were doing to generate this error message? Thanks, -Conrad On 5/16/06, Riko <rik0.py@gmail.com> wrote:> > Bakki Kudva wrote: > > > I just installed svn-1.3.1 from .dmg on an intel mac. I am getting ... > > I compiled it with DarwinPorts and had not problems. > > -- > blog: http://www.akropolix.net/rik0/blogs | > site: http://www.akropolix.net/rik0/ | > forum: http://www.akropolix.net/forum/ | > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060516/cddd5620/attachment.html
That was going to be my next step. But first I have to figure out how to uninstall this client which doesn''t seem to have an uninstaller in the .dmg. -bakki On 5/16/06, Riko <rik0.py@gmail.com> wrote:> Bakki Kudva wrote: > > > I just installed svn-1.3.1 from .dmg on an intel mac. I am getting ... > > I compiled it with DarwinPorts and had not problems. > > -- > blog: http://www.akropolix.net/rik0/blogs | > site: http://www.akropolix.net/rik0/ | > forum: http://www.akropolix.net/forum/ | > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Just checkout project from repo by http. -bakki On 5/16/06, Conrad Taylor <conradwt@gmail.com> wrote:> Hi Bakki, could you provide more detail as to what you were doing to > generate this error message? > > Thanks, > > -Conrad >
BTW, googling for it got a couple of links from a few folks who have the same error but no one knows the solution. -bakki On 5/16/06, Conrad Taylor <conradwt@gmail.com> wrote:> Hi Bakki, could you provide more detail as to what you were doing to > generate this error message? > > Thanks, > > -Conrad > > > On 5/16/06, Riko <rik0.py@gmail.com> wrote: > > Bakki Kudva wrote: > > > > > I just installed svn-1.3.1 from .dmg on an intel mac. I am getting ... > > > > I compiled it with DarwinPorts and had not problems. > > > > -- > > blog: http://www.akropolix.net/rik0/blogs | > > site: http://www.akropolix.net/rik0/ | > > forum: http://www.akropolix.net/forum/ | > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >
jeanpierre@gmail.com
2006-May-16 20:50 UTC
[Rails] svn-1.3.1 errors on intel mac on checkout
uninstalling can be a bit exciting. if you installed using an Installer.apppackage or meta-package (more likely of the two) then there will be a receipt in /Library/Receipts/. you could uninstall it using Uninstaller[1] or inspect its contents to see exactly what and where items were installed using something like Pacifist[2]. to install a functional version of subversion via darwinports. download and install darwinports proper (it is tiger universal): http://darwinports.org/downloads/DarwinPorts-1.2.1-10.4.dmg (add /opt/local to your path) update darwinports: % sudo port -d selfupdate install subversion: % sudo port install subversion cheers, jean-pierre [1] Uninstaller http://macmagna.free.fr/ [2] Pacifist http://www.charlessoft.com/ On 5/16/06, Bakki Kudva <bakki.kudva@gmail.com> wrote:> > BTW, googling for it got a couple of links from a few folks who have > the same error but no one knows the solution. > > -bakki > > On 5/16/06, Conrad Taylor <conradwt@gmail.com> wrote: > > Hi Bakki, could you provide more detail as to what you were doing to > > generate this error message? > > > > Thanks, > > > > -Conrad > > > > > > On 5/16/06, Riko <rik0.py@gmail.com> wrote: > > > Bakki Kudva wrote: > > > > > > > I just installed svn-1.3.1 from .dmg on an intel mac. I am getting > ... > > > > > > I compiled it with DarwinPorts and had not problems. > > > > > > -- > > > blog: http://www.akropolix.net/rik0/blogs | > > > site: http://www.akropolix.net/rik0/ | > > > forum: http://www.akropolix.net/forum/ | > > > _______________________________________________ > > > Rails mailing list > > > Rails@lists.rubyonrails.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060516/ef66916d/attachment.html
Jeanpierre, Thank you very very much for this! Exactly what I was looking for. I just had discovered /Library/Receipts/ within the past hour, but didn''t quite know what to do with it. Coming from Linux/FreeBSD, I am a bit shocked that Apple does not provide these utils. -bakki On 5/16/06, jeanpierre@gmail.com <jeanpierre@gmail.com> wrote:> > uninstalling can be a bit exciting. if you installed using an Installer.app > package or meta-package (more likely of the two) then there will be a > receipt in /Library/Receipts/. you could uninstall it using Uninstaller[1] > or inspect its contents to see exactly what and where items were installed > using something like Pacifist[2]. > > > to install a functional version of subversion via darwinports. download and > install darwinports proper (it is tiger universal): > > http://darwinports.org/downloads/DarwinPorts-1.2.1-10.4.dmg > > (add /opt/local to your path) > > update darwinports: > % sudo port -d selfupdate > > install subversion: > % sudo port install subversion > > cheers, > jean-pierre > > > [1] Uninstaller http://macmagna.free.fr/ > [2] Pacifist http://www.charlessoft.com/ > > > > > On 5/16/06, Bakki Kudva <bakki.kudva@gmail.com> wrote: > > BTW, googling for it got a couple of links from a few folks who have > > the same error but no one knows the solution. > > > > -bakki > > > > On 5/16/06, Conrad Taylor <conradwt@gmail.com > wrote: > > > Hi Bakki, could you provide more detail as to what you were doing to > > > generate this error message? > > > > > > Thanks, > > > > > > -Conrad > > > > > > > > > On 5/16/06, Riko < rik0.py@gmail.com> wrote: > > > > Bakki Kudva wrote: > > > > > > > > > I just installed svn-1.3.1 from .dmg on an intel mac. I am getting > ... > > > > > > > > I compiled it with DarwinPorts and had not problems. > > > > > > > > -- > > > > blog: http://www.akropolix.net/rik0/blogs | > > > > site: http://www.akropolix.net/rik0/ | > > > > forum: http://www.akropolix.net/forum/ | > > > > _______________________________________________ > > > > Rails mailing list > > > > Rails@lists.rubyonrails.org > > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > > > _______________________________________________ > > > Rails mailing list > > > Rails@lists.rubyonrails.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >