scmadmin

Stories submitted by scmadmin

Version Control With Subversion Quick Refrence(viratics.com)

submitted by scmadminscmadmin(210) 4 years, 7 months ago

Quick guide to Subversion for impatients. Get started quickly without going through much theory. read more...

add a comment |category: |Views: 6

tags: another

.NET Tip: Converting Strings to Numbers(developer.com)

submitted by scmadminscmadmin(210) 4 years, 7 months ago

First, take a look at the Convert class. The Convert class offers methods to convert to and from every base data type, but for the purpose of this tip I'm only going to use the Convert.ToInt32() method. The method accepts a string parameter and returns an integer. If you pass in a string containing a valid integer value, the method returns an integer as expected. read more...

add a comment |category: |Views: 13

tags: another

How To Become a Better Programmer by Not Programming(codinghorror.com)

submitted by scmadminscmadmin(210) 4 years, 7 months ago

Last year in Programmers as Human Beings, I mentioned that I was reading Programmers At Work. It's a great collection of interviews with famous programmers circa 1986. All the interviews are worth reading, but the interview with Bill Gates has one particular answer that cuts to the bone: read more...

1 comment |category: |Views: 7

tags: another

Introducing The LinFu Framework, Part I - LinFu.DynamicProxy: A Lightw(codeproject.com)

submitted by scmadminscmadmin(210) 4 years, 7 months ago

The LinFu Framework is a collection of a few things that I've always wanted to do in .NET, but unfortunately, there weren't any existing implementations that matched all of my needs. So like any other curious programmer, I set out to write my own library, and this is the result. I can ramble on and on about it, but this picture should give you a general idea of what LinFu does, and where this series of articles is going: read more...

add a comment |category: |Views: 69

tags: another

A Look At What's Wrong With Objects(codeproject.com)

submitted by scmadminscmadmin(210) 4 years, 7 months ago

When I asked "what's wrong with objects?" I received numerous responses, all of which were excellent and spanned the spectrum of software design from hard core implementation issues to philosophical issues. What surprised me the most was that from the original 17 responses, they almost all pointed out different problems. It seemed to me that here was an excellent collection of knowledge that was ripe to be compiled into a single repository. So that's what this article article is all about. A "thank you" to everyone that answered my question. read more...

1 comment |category: |Views: 0

tags: another

Using Subversion repository as Web Share or Network Share(viratics.com)

submitted by scmadminscmadmin(210) 4 years, 7 months ago

This is a how to guide to setting subversion repository to be used as web share or a network share, without actually needing a client for same, you can modify your files and it gets automatically committed in the repository when save is triggered manually or automatically with a generic log message . read more...

add a comment |category: |Views: 41

tags: another

What Subversion 1.5 has in store for you?(viratics.com)

submitted by scmadminscmadmin(210) 4 years, 7 months ago

It’s been long time and we keep hearing a lot about Subversion 1.5. I am a bit curious and tempted to see what actually it has to offer us. read more...

add a comment |category: |Views: 4

tags: another

Git Vs Subversion(viratics.com)

submitted by scmadminscmadmin(210) 4 years, 7 months ago

There has been a lot of fuss about which is the better version control system among the likes of CVS, Subversion, Git, SVK, Perforce, Accurev, the list goes on and on. But I am going to limit myself to Git and Subversion which are frequently being compared in the arena of SCM. read more...

add a comment |category: |Views: 1091

tags: another

C++ to ActionScript(arcanearcade.blogspot.com)

submitted by scmadminscmadmin(210) 4 years, 7 months ago

One of the sneak peeks at Adobe MAX 2007 Chicago was a C++ to ActionScript translator by Scott Peterson. This was the most interesting of the sneak peeks for me in part because I was a C++ developer for 12 years (until 3 weeks ago) and because of the implications of the translator. read more...

add a comment |category: |Views: 8

tags: another

Ten Reasons why you should use Subversion(viratics.com)

submitted by scmadminscmadmin(210) 4 years, 7 months ago

This article gives you an excellent reasoning why you should use subversion over cvs and narrates strong point of subversion. read more...

add a comment |category: |Views: 31

tags: another