Obtaining latest source from SVN

Post new topic   Reply to topic    DD-WRT Forum Forum Index -> Generic Questions
Goto page 1, 2, 3, 4  Next
Author Message
BrainSlayer
Site Admin


Joined: 06 Jun 2006
Posts: 5737
Location: Dresden, Germany

PostPosted: Tue Jun 06, 2006 23:20    Post subject: Obtaining latest source from SVN Reply with quote
i was never spreaded around so much. but for all people who like to know how to get access to the latest sources from the subversion repository


svn co svn://svn.dd-wrt.com/DD-WRT


Last edited by BrainSlayer on Wed Jun 07, 2006 12:01; edited 1 time in total
Sponsor
hawkeye
DD-WRT Novice


Joined: 06 Jun 2006
Posts: 44
Location: TX, USA

PostPosted: Tue Jun 06, 2006 23:32    Post subject: Reply with quote
How exactly can I access the SVN? Obviously it is not a web site. Is there a certain application I need to use to get in and look around?

Thanks!

_________________
WRT54Gv4 (DD-WRT v24 Final-STD) - Client Bridge
WRT54GLv1.1 (DD-WRT v24 Final-STD) - 802.11g Access Point
WRT54GSv2.1 (DD-WRT v24 Final-STD) - Main Router
WRT600Nv1.1 (DD-WRT v24 Final-Mega) - LAN PORTS DEAD
BrainSlayer
Site Admin


Joined: 06 Jun 2006
Posts: 5737
Location: Dresden, Germany

PostPosted: Tue Jun 06, 2006 23:39    Post subject: Reply with quote
its a application like cvs. there are also browser and explorer extensions as well as a eclipse plugin.
the simple one is the linux commandline tool

subversion tools:
http://subversion.tigris.org/

subversion eclipse plugin:
http://subclipse.tigris.org/

windows shell extensions:
http://tortoisesvn.tigris.org/
hawkeye
DD-WRT Novice


Joined: 06 Jun 2006
Posts: 44
Location: TX, USA

PostPosted: Wed Jun 07, 2006 1:48    Post subject: Reply with quote
Maybe I am doing something wrong, but it appears to be down. Are there still issues with the SVN from when the website was down?

This is what I got upon trying to connect:

svn: No repository found in 'svn://svn.dd-wrt.com'

_________________
WRT54Gv4 (DD-WRT v24 Final-STD) - Client Bridge
WRT54GLv1.1 (DD-WRT v24 Final-STD) - 802.11g Access Point
WRT54GSv2.1 (DD-WRT v24 Final-STD) - Main Router
WRT600Nv1.1 (DD-WRT v24 Final-Mega) - LAN PORTS DEAD
Tornado
DD-WRT Developer/Maintainer


Joined: 07 Jun 2006
Posts: 2087
Location: Odessa, Ukraine

PostPosted: Wed Jun 07, 2006 6:49    Post subject: Reply with quote
Try this:

svn co svn://svn.dd-wrt.com/DD-WRT
BrainSlayer
Site Admin


Joined: 06 Jun 2006
Posts: 5737
Location: Dresden, Germany

PostPosted: Wed Jun 07, 2006 12:02    Post subject: Reply with quote
whoops. thanks
laurent
DD-WRT Novice


Joined: 08 Jun 2006
Posts: 1
Location: France

PostPosted: Fri Jun 09, 2006 21:54    Post subject: Reply with quote
Hello BS,

Sounds like a call to contributors, am-I in wrong ?
I guess a lot of dd-wrt users would like to contribute to that fantastic project ... is the SVN writeable ? if true, who's merging the changes, etc ?

Thanks,
Laurent.
BrainSlayer
Site Admin


Joined: 06 Jun 2006
Posts: 5737
Location: Dresden, Germany

PostPosted: Fri Jun 09, 2006 22:16    Post subject: Reply with quote
its read only. but some people are already contributing to it like "eko", "botho" and 2 other i cannot remember as forum id.
it was no call. but any contribution is welcome and if someone has some good ideas he can also get writeable access
krikkit
DD-WRT User


Joined: 07 Jun 2006
Posts: 68
Location: Vienna

PostPosted: Thu Jun 22, 2006 22:45    Post subject: Reply with quote
can someone give me a hint how to fix this error when checking out dd-wrt via svn (using svn 1.3.2)...

using this command:
Code:
svn co svn://svn.dd-wrt.com/DD-WRT

getting this error:
Code:

svn: In Verzeichnis 'DD-WRT\src\linux\brcm\linux.v23\include\linux\netfilter_ipv4'
svn: Kann 'DD-WRT\src\linux\brcm\linux.v23\include\linux\netfilter_ipv4\.svn\tmp\text-base\ipt_DSCP.h.svn-base' nicht nach 'DD-WRT\src\linux\brcm\linux.v23\include\linux\netfilter_ipv4\ipt_DSCP.h.tmp' kopieren: The system cannot find the file specified.


also tried to check out with TortoiseSVN and getting the same error...

_________________
Using Firmware:
DD-WRT v24-sp2 (01/29/09) vpn
(SVN revision 11514) on WRT54G v3.1
krikkit
DD-WRT User


Joined: 07 Jun 2006
Posts: 68
Location: Vienna

PostPosted: Thu Jun 22, 2006 22:56    Post subject: Reply with quote
must be a problem with the windows svn clients... under linux it seems to be working...
_________________
Using Firmware:
DD-WRT v24-sp2 (01/29/09) vpn
(SVN revision 11514) on WRT54G v3.1
BrainSlayer
Site Admin


Joined: 06 Jun 2006
Posts: 5737
Location: Dresden, Germany

PostPosted: Thu Jun 22, 2006 23:23    Post subject: Reply with quote
no its a problem mit the case insensitive filesystem of windows. you cannot even extract a linux kernel source within it. so use linux
_________________
one cigarette costs 2 minutes of your life.
one bottle of beer costs 4 minutes of your life.
one working day costs 8 hours of your life.

DD-WRT supported Concerts @ Bunker Dresden
6.4. - Black Celebration Depeche Mode Fanmeeting LIVE: Blind Passenger vs. Modular Majesty
28.6. - Fixmer & McCarthy
17.8. - Frontline Assembly & Haujobb
dellsweig
DD-WRT Guru


Joined: 07 Jun 2006
Posts: 1476
Location: New York, USA

PostPosted: Sun Jan 28, 2007 23:53    Post subject: Re: Obtaining latest source from SVN Reply with quote
BrainSlayer wrote:
i was never spreaded around so much. but for all people who like to know how to get access to the latest sources from the subversion repository


svn co svn://svn.dd-wrt.com/DD-WRT


Would it be possible to setup a web accessable link so we could simply check the contents/fixes/features of a build??
juancho
DD-WRT User


Joined: 01 Sep 2006
Posts: 178
Location: Caracas-Venezuela

PostPosted: Mon Jan 29, 2007 2:24    Post subject: Reply with quote
svn co svn://svn.dd-wrt.com/DD-WRT
svn: No fue posible conectarse al equipo 'svn.dd-wrt.com': Expiró el tiempo de conexión
EdBe
DD-WRT Novice


Joined: 28 Jan 2007
Posts: 1

PostPosted: Mon Jan 29, 2007 21:22    Post subject: the sourcessss Reply with quote
Hi there,

I've checked out (co) svn://svn.dd-wrt.com/DD-WRT yesterday without any problem and got the 6 GB repos Shocked

I made that "co" 'cause not having success with the http://www.dd-wrt.com/wiki/index.php/Building_From_Source for what I tought might be a "light" modification based on extract_firmware.sh, etc.

The sources are too big for me Sad I can't find my way in there, where is the entry point to the 6 GB source, how can I build, etc.

Come on geniuses, give us a chance to contribute.
unRheal
DD-WRT Novice


Joined: 11 Apr 2007
Posts: 2
Location: Burnaby, BC, Canada

PostPosted: Thu Apr 12, 2007 0:49    Post subject: Reply with quote
Yes - it might be good to warn people that it's 6GB ;)

And... If I understand correctly - that there's no point trying to get it from a windows machine because it will fail and leave you with a useless/broken source tree (?)

Cheers
Goto page 1, 2, 3, 4  Next Display posts from previous:    Page 1 of 4
Post new topic   Reply to topic    DD-WRT Forum Forum Index -> Generic Questions All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum