Notices
ECU Flash

SVN repository online! All XML, ROMs, tools, spreadsheets go here!

Thread Tools
 
Search this Thread
 
Old Mar 29, 2010, 07:35 PM
  #46  
Newbie
 
Silverside's Avatar
 
Join Date: Nov 2009
Location: calvert county, MD
Posts: 2
Likes: 0
Received 0 Likes on 0 Posts
I cant seem to get the files to download all at once like its supposed to. i get an error

"Repository moved permanently to 'http://evoecu.logic.net/mirror/svn/'; please relocate"

im really only interested in getting all the evo 7&8 roms and definition files. its a shame someone couldn't just rar the whole collection
Old Mar 29, 2010, 08:03 PM
  #47  
Evolved Member
iTrader: (2)
 
logic's Avatar
 
Join Date: Apr 2003
Location: Berkeley, CA
Posts: 1,022
Likes: 0
Received 6 Likes on 5 Posts
You can't use Subversion to download files from the mirror; it's strictly a working copy that I checked out prior to recompile turning off the server, and made available via a web browser, nothing more.

I've zipped the "roms" directory up at http://evoecu.logic.net/mirror/svn/roms.zip if that's all you needed.
Old Mar 29, 2010, 08:10 PM
  #48  
Evolved Member
iTrader: (22)
 
Appauldd's Avatar
 
Join Date: Nov 2003
Location: Northern KY near Cincy
Posts: 2,408
Likes: 0
Received 6 Likes on 6 Posts
Logic.....did you by chance do the same thing for the XMLs......please say yes, please say yes.....please post the link.

Thank you.
Old Mar 29, 2010, 08:43 PM
  #49  
Evolved Member
iTrader: (6)
 
donour's Avatar
 
Join Date: May 2004
Location: Tennessee, USA
Posts: 2,502
Received 1 Like on 1 Post
Originally Posted by Appauldd
Logic.....did you by chance do the same thing for the XMLs......please say yes, please say yes.....please post the link.

Thank you.
I have everything sitting on a laptop in my office. I can post it tomorrow.

d
Old Mar 29, 2010, 08:53 PM
  #50  
Evolved Member
iTrader: (22)
 
Appauldd's Avatar
 
Join Date: Nov 2003
Location: Northern KY near Cincy
Posts: 2,408
Likes: 0
Received 6 Likes on 6 Posts
Awesome....thanks. I have a lot of them, but I want to have a full library. I get so many people asking me to help them. I get frustrated when I have to tell them I can't because I don't have the roms and xmls.

You guys ROCK!
Old Mar 30, 2010, 09:33 AM
  #51  
Evolved Member
iTrader: (2)
 
logic's Avatar
 
Join Date: Apr 2003
Location: Berkeley, CA
Posts: 1,022
Likes: 0
Received 6 Likes on 5 Posts
http://evoecu.logic.net/mirror/svn/xml.zip
Old Mar 30, 2010, 12:26 PM
  #52  
Newbie
 
Silverside's Avatar
 
Join Date: Nov 2009
Location: calvert county, MD
Posts: 2
Likes: 0
Received 0 Likes on 0 Posts
Thanks!
Old Apr 5, 2011, 05:47 PM
  #53  
Evolved Member
Thread Starter
iTrader: (38)
 
recompile's Avatar
 
Join Date: Nov 2006
Location: New Hampshire, USA
Posts: 1,745
Likes: 0
Received 8 Likes on 5 Posts
Any interest in bringing this repo back online? I use SVN locally all the time to keep track of my tunes and logs... it feels like it's something people could really get a lot of benefit out of.
Old May 22, 2011, 06:54 AM
  #54  
Evolving Member
 
dparrish's Avatar
 
Join Date: Apr 2011
Location: Sydney
Posts: 145
Likes: 0
Received 0 Likes on 0 Posts
I've brought a new public Subversion repository online, from the evoecu.logic.net mirror. I really hope this isn't stepping on anybody's toes, but if I am please let me know. It's not much good if half the people are using a separate repository.

This one is hosted a Google Code Project Hosting, so it shouldn't go down at all (and I don't have to worry about keeping it running myself).

There is a downloads section where I will keep both an XML zip file and a ROMS zip file.

The instructions remain basically the same as recompile's original repository, but here they are again, with the new details.

What is SVN?
SVN, or Subversion, is a version control system that allows a group of software developers and end-users to collaborate and share using a common code-base. It allows people to easily share and access new developments, and can also be used as a simple software archive.
Why do we need SVN?
Currently, all the collective knowledge of EvoM is spread across different forums and threads. It's very difficult for a newcomer to learn the system, and to find all the intricate tools and developments that the community has to offer. SVN allows us to creating a central software archive, where people can add tools or spreadsheets or documents at will, and instantly share them with the community.

It also allows the new development of software (particularly things like EcuFlash/EvoScan ROM & XML developments) to be centralized, making it much easier to combine our efforts and also much easier for end-users to access the new developments efficiently.

For example, if a new EcuFlash table is defined, instead of having to catch the thread on EvoM (or go hunt for a 2 year old thread with the XML you need), the developer simply commits the code into the SVN repository and everyone else downloads it, as well as any other updates or new contributions.
How do I use SVN?
DISCLAIMER: This is a public, writeable repository. I cannot guarantee that the content is perfectly safe or perfectly legal. View, download from, and contribute to this repository at your own risk! This repository is to be used for educational and developmental purposes only, and should not be used in violation of any license agreements.

The repository can be browsed online at http://code.google.com/p/ecurom/source/browse.

The preferred use of SVN is to locally mirror the repository on your system. To do so, follow these steps:
  1. You'll need to download an SVN client, I recommend TortoiseSVN:
  2. Go to My Computer > C:\
  3. Right-click in white-space and select SVN Checkout
  4. For URL of repository, enter http://ecurom.googlecode.com/svn
  5. For Checkout directory, enter C:\evom
  6. Click OK.
  7. This will download the entire evom repository to C:\evom. From here, you have access to community tools, spreadsheets, roms, and EcuFlash and EvoScan XML.

IMPORTANT: To keep your files up to date, you should periodically right-click the C:\evom folder and select SVN Update. This will download the latest additions and contributions.
How do I add content to SVN?

REMINDER: If you have a spreadsheet or tool or any kind of contribution to ecuflash or evoscan XML, please contribute!

The checkout instructions above are for read-only use only. To check out for read-write, you will need a username and password that has access to the repository. You can use any Google account (gmail.com), or you can register for an account using your current email address here. Either way, PM me the email address (or email me on david@dparrish.com) and I will add you to the contributors list.

After you have access, you can follow the same instructions as above, except that the URL of the repository is now https://ecurom.googlecode.com/svn/. You will be prompted for a username & password, enter your registered email address and the "GoogleCode.com password" which you can find at https://code.google.com/hosting/settings.

If you have a tool (or any folder-full of content) to add:
  1. Right click C:\evom and run an SVN Update to make sure you are up to date.
  2. If you are adding a tool, create a new folder in C:\evom\tools and place your content within the folder
  3. Right-click your new folder and select TortoiseSVN > Add.
  4. Right-click C:\evom and select SVN Commit.
  5. Enter a message describing what you are adding.

If you have a spreadsheet (or any single file) to add:
  1. Right click C:\evom and run an SVN Update to make sure you are up to date.
  2. Place your spreadsheet in C:\evom\spreadsheets
  3. Right-click your spreadsheet and select TortoiseSVN > Add.
  4. Right-click C:\evom and select SVN Commit.
  5. Enter a message describing what you are adding.

If you have EcuFlash or EvoScan XML to contribute:
  1. Right-click C:\evom and run an SVN Update to make sure you are up to date.
  2. Check C:\evom\ecuflash\branches to see if there is an existing branch you want to make changes to. If not:
  3. Right-click C:\evom\ecuflash\trunk\evo and select TortoiseSVN > Branch/tag
  4. In the To url field, enter [url]https://ecurom.googlecode.com/svn/branches/[/url/<branchName> (substituting your username or project for <branchName>)
  5. Right-click C:\evom and select SVN Update.
  6. Make your changes/additions to your branch.
  7. Right-click C:\evom\ecuflash\branches\<branchName> and select SVN Commit.
  8. Enter a message describing what you are adding.

IMPORTANT: Periodically, and depending on what your branch consists of, we may or may not merge branches into the trunk, to become part of the "common base".
Old May 24, 2011, 05:17 AM
  #55  
Newbie
iTrader: (1)
 
kronik5383's Avatar
 
Join Date: Nov 2009
Location: Trinidad and Tobago
Posts: 58
Likes: 0
Received 0 Likes on 0 Posts
nice! wanna do something similar on my site, so at least i will have an online copy of all the files i ever discover
Old May 24, 2011, 12:09 PM
  #56  
And
Evolving Member
 
And's Avatar
 
Join Date: Dec 2005
Location: Bristol, England
Posts: 414
Likes: 0
Received 0 Likes on 0 Posts
I've tidied up lots of the xmls and added extra stuff to them for lots of evo models + others do you want me to email them to you? or I could download the svn repository then change all the files and then upload it back also if you want me to?

Andy
Old May 24, 2011, 04:39 PM
  #57  
Evolving Member
 
dparrish's Avatar
 
Join Date: Apr 2011
Location: Sydney
Posts: 145
Likes: 0
Received 0 Likes on 0 Posts
Originally Posted by And
I've tidied up lots of the xmls and added extra stuff to them for lots of evo models + others do you want me to email them to you? or I could download the svn repository then change all the files and then upload it back also if you want me to?
If you know how to use SVN to make the changes, then PM me your gmail email address (signup instructions above if you don't have one) and then you can submit the changes. That way at least the repository shows you made the changes.

If you don't want to do the SVN bit, you can just email me the changes and I'll submit them. My email address is david@dparrish.com.
Old May 26, 2011, 12:01 PM
  #58  
And
Evolving Member
 
And's Avatar
 
Join Date: Dec 2005
Location: Bristol, England
Posts: 414
Likes: 0
Received 0 Likes on 0 Posts
i've downloaded the repos and made changes but it doesn't seem to allow me to upload I'm guessing its to do with permissions, i've logged into the account on the web but svn doesn't ask for a password

Andy
Old May 26, 2011, 05:49 PM
  #59  
Evolving Member
 
dparrish's Avatar
 
Join Date: Apr 2011
Location: Sydney
Posts: 145
Likes: 0
Received 0 Likes on 0 Posts
When you check out the repository, make sure you use the HTTPS url, and if there's an option, enter your username there.

Sorry I don't have much more detail, I'm on a mac so I'm not using TortoiseSVN.
Old May 27, 2011, 11:39 AM
  #60  
And
Evolving Member
 
And's Avatar
 
Join Date: Dec 2005
Location: Bristol, England
Posts: 414
Likes: 0
Received 0 Likes on 0 Posts
pm'd


Quick Reply: SVN repository online! All XML, ROMs, tools, spreadsheets go here!



All times are GMT -7. The time now is 08:45 PM.