Source Code Management

More integration with Subversion:
Integration of the TortoiseSVN client into the PL/SQL Developer IDE (Beta-phase) - http://plsqldev-svn-plugin.tigris.org/


Simple add-in for Delphi and C++ Builder IDE's (a.k.a Borland Developer Studio, a.k.a Turbo Delphi/C++, a.k.a. CodeGear RAD Studio) - adds a menu with the most common TortoiseSVN commands to work with the current project file and an extra command to open an explorer window with current project (to access advanced TortoiseSVN commands). - http://delphiaddinfortortoisesvn.tigris.org/


Another subversion plugin for Borland Developer Studio or some of the Turbos that does not require TortoiseSVN (i.e. works directly with SVN) - http://sourceforge.net/projects/delphisvn/


Microsoft Office - Subversion integration: add-in scripts that invoke TortoiseSVN (Subversion Client) commands - http://code.google.com/p/msofficesvn/

liya 27/06/2009 - 08:45

Subversion is 1.6.2 was released on 11th of May.

Here are some important new features, enhancements and bug fixes:
- Repository Root relative URLs (client) - use of "short urls" :
  Syntax Description: "^/[REL-URL][@PEG]"
    '^/':      Represents the root url of the repository
    'REL_URL': Desired path relative to the root of the repository
    '@PEG':    Optional standard peg revision
  Examples:
    ^/
    ^/trunk
    ^/branches/1.5.x@25000
    ^/tags/1.4.6/@{2007-12-20T14:37:37.868870Z}

- Improvements to svn:externals
    - Support for files in svn:externals
    - Support usual shell quoting rules in externals definitions

liya 08/06/2009 - 20:36

Here is a presentation presented at the tools forum in Tiakal explaining Git - a distributed version control system, now becoming very popular. It discuses the internals of how Git stores its information and gives examples of how complex scenarios of version management can be easily solved with Git

ittayd 01/06/2008 - 09:46

http://git-wt-commit.rubyforge.org/

 

Some usefull git tools.

ittayd 06/12/2009 - 06:28

Some of the largest and best known domains on the web, such as apache.org and php.net, amongst others, are vulnerable to an elementary information leak that exposes the structure and source of website files. A web surfer is able to extract this information by requesting the hidden metadata directories that popular version control tool Subversion creates.

 

full article

udid 24/09/2009 - 11:05

Open source offers a fantastic way to reach developers and users of one's technology. Ironically, however, the very group most inclined to adopt open source is the least likely to pay for it.

Therefore, to make an open-source business thrive in enterprise software, vendors must learn to distinguish between developer-users and IT operations-buyers. This article explains, however, open-source companies may need to guard against becoming too successful in order to preserve their exit opportunities.

yanai 13/09/2009 - 05:52

This online book is for getting started with Git. It presents all information, but doesn't go too deep as to confuse.

 

http://progit.org/book/

ittayd 28/07/2009 - 07:32

Hi all,

I have a customer which recentelly adopted subversion for SCM, they are working with Visual Studio via VisualSVN which works fine, whilist seeking a solution for SQL integration via "Management Studio"  - do any of you have experience with such a tool - I couldn't google-up a decent resault.

 

Thank You.

hagzag 28/06/2009 - 15:04

Mercurial (or Hg) is a distributed version control system, similar to git. I used it many times on local file system to track changes while they are not ready to commit to clients repository. Google code decided to support, and published an insteresting analysis: http://code.google.com/p/support/wiki/DVCSAnalysis

andrew 25/04/2009 - 22:19
Syndicate content