Recent

Author Topic: As I update my lazarus folder with svn?  (Read 7916 times)

laguna

  • Sr. Member
  • ****
  • Posts: 323
As I update my lazarus folder with svn?
« on: August 09, 2009, 09:20:18 am »
As I update my lazarus folder with svn?

"svn update" gives me problems, how can I force the command?

Thanks to All

skalogryz

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2770
    • havefunsoft.com
Re: As I update my lazarus folder with svn?
« Reply #1 on: August 09, 2009, 11:28:40 am »
"svn update --force --accept theirs-full"
or
reverting all local changes, that may prevent update
"svn revert * -R"
update sources
"svn update"

see:
"svn help update"
for more information
« Last Edit: August 09, 2009, 11:32:31 am by skalogryyz »

laguna

  • Sr. Member
  • ****
  • Posts: 323
Re: As I update my lazarus folder with svn?
« Reply #2 on: August 09, 2009, 12:43:28 pm »
Output

$ svn update --force --accept theirs-full
svn: invalid option: --accept
Type 'svn help' for usage.
$ sudo svn revert * -Rsvn: Try 'svn revert --recursive' instead?
svn: Directory 'components/.svn' containing working copy admin area is missing
$ svn update
svn: Directory 'ideintf/.svn' containing working copy admin area is missing
$

skalogryz

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2770
    • havefunsoft.com
Re: As I update my lazarus folder with svn?
« Reply #3 on: August 09, 2009, 03:12:20 pm »
first of all, it seems like you're using 1.4.x svn version.
you can learn it by this command line:
svn --version

second, it seems like .svn folder has been modified or even removed.

If you have an ability, it's better that you checkout sources again.

laguna

  • Sr. Member
  • ****
  • Posts: 323
Re: As I update my lazarus folder with svn?
« Reply #4 on: August 09, 2009, 06:14:09 pm »
Leopard 10.5.8
Intel 2.8Ghz

enzo-scozzaros-macpro31:~ enzoscozzaro$ svn --version
svn, version 1.4.4 (r25188)
   compiled Sep 23 2007, 22:32:34

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

Vincent Snijders

  • Administrator
  • Hero Member
  • *
  • Posts: 2661
    • My Lazarus wiki user page
Re: As I update my lazarus folder with svn?
« Reply #5 on: August 09, 2009, 06:54:30 pm »
skalogryyz, it seems that that laguna did a svn co first, but got his current sources from a source zip or an installer.

laguna

  • Sr. Member
  • ****
  • Posts: 323
Re: As I update my lazarus folder with svn?
« Reply #6 on: August 09, 2009, 06:58:15 pm »
   
I installed a new version 1.6.4
download http://www.open.collab.net/downloads/apple/index.html
the program was installed in / opt / subversion / bin
but it is not ragging outside the folder, how do I run the file?
how do I delete the old version?

Thank you
« Last Edit: August 09, 2009, 08:05:30 pm by laguna »

laguna

  • Sr. Member
  • ****
  • Posts: 323
Re: As I update my lazarus folder with svn?
« Reply #7 on: August 09, 2009, 07:54:32 pm »
Ok
cd /opt/subversion/bin/
cp svn svn2

cd /usr/local/bin
sudo ln -s /opt/subversion/bin/svn2  

or
sudo ln -s /opt/subversion/bin/svn svn2

thanks <skalogryz>
« Last Edit: August 09, 2009, 08:55:12 pm by laguna »

 

TinyPortal © 2005-2018