Home > General > Affiliate Marketing Forum

Subversion (11)


02-04-2012 10:48 PM #1 hd2010 (Member)
Subversion

Just wondering anyone using subversion for version control to keep track your files revision (images, sites, LP or whatever ) ?


02-05-2012 12:55 AM #2 ackbar22000 (Member)

I thought of it, using svn or git as I use it for dev. but I ended up just using folders and files version...not sure if its a real benefit with all the different type of files we deal with..


02-05-2012 01:21 AM #3 hd2010 (Member)

I heard that subversion can tag binary files such as images


02-10-2012 04:53 PM #4 wright (Member)

I use git on my entire folder full of websites. Once I'm done I just do a "git push web" and it mirrors my folder structure to the web server


02-10-2012 08:20 PM #5 georgiecasey (Member)

Havn't you heard brah, SVN is soooo last year, it's all about Git this season.

Git probably is better but I'm staying with SVN, I couldn't be arsed moving. Yeah, I version control most things. Android projects in Eclipse obviously and static-ish LPs that be can be tested just by opening the browser locally. I havn't setup a system yet for PHP/MySQL projects where you have to upload to the server first anyway to test to see if it works. Once you start you'll wonder why you didn't always use it.


02-10-2012 08:32 PM #6 wright (Member)

Quote Originally Posted by georgiecasey View Post
Havn't you heard brah, SVN is soooo last year, it's all about Git this season.

Git probably is better but I'm staying with SVN, I couldn't be arsed moving. Yeah, I version control most things. Android projects in Eclipse obviously and static-ish LPs that be can be tested just by opening the browser locally. I havn't setup a system yet for PHP/MySQL projects where you have to upload to the server first anyway to test to see if it works. Once you start you'll wonder why you didn't always use it.
just set up a local apache and test your .php stuff on there.


02-10-2012 09:02 PM #7 georgiecasey (Member)

Quote Originally Posted by wright View Post
just set up a local apache and test your .php stuff on there.
ah ya, i know that's the recommended solution but i'm just too lazy to get all the PHP modules i need on the local install when i'd be uploading to 3 different servers with differnt PHP modules installed.


02-10-2012 09:47 PM #8 syfy (Member)

Quote Originally Posted by georgiecasey View Post
...i'm just too lazy to get all the PHP modules i need on the local install when i'd be uploading to 3 different servers with differnt PHP modules installed.
are you running some hardcore server side apps on your LP's that fall in that category? I cant imagine anything more than a basic hostgator setup would be meet the PHP requirement for traffic arbitraging.(yeah, i know shared hosting cant handle BW that comes with PPV).


02-10-2012 09:55 PM #9 hd2010 (Member)

a local vps to tst your shit before uploading to the production server, I have samba setup, no more ftp ? just hit save, the files are there. git is so good ? I'm kinda outdated


02-11-2012 05:05 AM #10 georgiecasey (Member)

Quote Originally Posted by syfy View Post
are you running some hardcore server side apps on your LP's that fall in that category? I cant imagine anything more than a basic hostgator setup would be meet the PHP requirement for traffic arbitraging.(yeah, i know shared hosting cant handle BW that comes with PPV).
Yeah I use SC for your standard LP's, they don't even have much PHP code in them at all anyway. I don't use it for other stuff like big custom websites or Magento installs, stuff that's nothing to do with affiliate marketing.


02-13-2012 03:55 PM #11 curtis (Member)

I think out of habit now I just use git for all my SCM needs. I mostly use capistrano (https://github.com/capistrano/capistrano) for the actual deploying of code to servers.


Home > General > Affiliate Marketing Forum