I was wondering the best methods/tools to handle release management for PHP files? I can't seem to find an overwhelmingly obvious answer. Something that could handle releasing files with the same name to different locations (e.g. dbaccess.php). This isn't for a major product or anything so the simplest answer is the best.
Right now I'm using WAMP locally with NetBeans as my IDE since it is capable of pushing to a remote server via FTP but I can't find a way to do the above. Any nudge in the right direction is appreciated!