Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#88 closed defect (fixed)

Public SVN repository broken link

Reported by: anonymous Owned by: amain
Priority: major Milestone: milestone:
Component: debian/rootfs Version: 2.0
Severity: Keywords: Public SVN repository broken link
Cc:

Description

Debwrt svn repos link is broken.

svn checkout http://www.debwrt.net/repos/debwrt/trunk debwrt

Attachments (0)

Change History (5)

comment:1 Changed 12 years ago by stappers

For your information:

On wednesday february 16th 2011 was www.debwrt.net relocated to another server.

comment:2 follow-up: Changed 12 years ago by k.szczesny@…

just change http://www to http://dev
and it will work fine

comment:3 in reply to: ↑ 2 Changed 12 years ago by anonymous

Replying to k.szczesny@…:

just change http://www to http://dev
and it will work fine

tanks!. Update svn checkout on == http://dev.debwrt.net/wiki/DebWrtSvn ==

comment:4 Changed 12 years ago by amain

  • Resolution set to fixed
  • Status changed from new to closed

Indeed. Wiki page now contains the right URL again. Closing ticket

svn checkout http://dev.debwrt.net/repos/debwrt/trunk debwrt

comment:5 Changed 12 years ago by stappers

There was another change, this might work ...

 find . -name entries 2> /dev/null | grep /.svn/entries$ \
 | grep -v -e ^./build  | \
 xargs sed -i -e 's@http://www.debwrt.net/repos@https://svn.debwrt.net@' 

A fresh svn checkout surely gets a clean svn working copy.

Add Comment

Modify Ticket

Action
as closed The owner will remain amain.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.