What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[Request] How to create a SVN @ code.google.com

Shaddar

Active Member
Joined
Mar 23, 2011
Messages
719
There is a few Profile/CC developers who has mentioned they want a "How to create a SVN @ code.google.com guide!" Me for one!
alot of people is requesting SVN links so they can auto update without manually visiting the forum every day to check for an update.
Thing is, i have no idea how to make a SVN link and i'm sure(well i hope) theres more people then me who wonders how too.

So i was wondering if someone actually could make a guide about this, would be great!
 
Make a code.google.com account here:
Google Code

http://code.google.com/hosting/createProject
choose 'sub version'
license - any

done!

now, to upload to your folder... first, get the link to ur svn (https etc)
make sure u have ur code.google.com acct email AND the password that they assign your code.google.com acct (it's not the same as your email pw!!!)

make a new folder and name it whatever u want
svn checkout - paste your link
let it download the basic tools
add a dummy txt to said folder
right click again and svn commit - it will ask for your credentials - supply them and save

bam you're done
 
I was actually wondering this myself. I'm comfortable enough to fiddle with quest profiles now so I'm modifying/fixing Kick's to my specific needs and moving files between my computers is a hassle lol
Thanks!
 
I was actually wondering this myself. I'm comfortable enough to fiddle with quest profiles now so I'm modifying/fixing Kick's to my specific needs and moving files between my computers is a hassle lol
Thanks!

I use my main comp as a server for my profiles since it's always on... then i modify as needed and svn from there

but my bot comps also have my profiles in their notepad++ and can save from that comp onto my main comp's files

this works great because i don't have to go and copy / paste

as well as I can easily load a profile from main comp into the bot comp's honorbuddy :p
 
Back
Top