subversion support
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
subversion support
I have taken a look at RapidPHP and it seems quite nice indeed.
I would like to know if you're planning to add support for a system like subversion for code control.
This would be very handy.
thanks
rob
I would like to know if you're planning to add support for a system like subversion for code control.
This would be very handy.
thanks
rob
subversion http://subversion.tigris.org is a version control system for source code. it's open source and free. like cvs but a bit more robust.admin wrote:At the present moment this is not planned. Also I have no idea what that isI would appreciate if you could explain this in detail. Thanks!
essentially, for support, RPHP would need to be able to exec a command from inside RPHP using the current script.
so for example i could run svn -add filename.php -m "this is a message" somehow with a gui frontend that would allow me to enter a message and hit [ok]
make sense?

rob
- syrupcore
- Top Contributor
- Posts: 917
- Joined: Thu Jul 21, 2005 12:58 am
- Location: Portland, Oregon, usa
- Contact:
There's also http://www.tortoisecvs.org/ . I was just searching for Visual Source Safe support here on the forum and found this old thread. I'm in the middle of a project at work where we're using VSS and I have to use MS Visual Studio since it integrates with VSS. I hate Visual Studio and miss my clean webuilder.
We also use Tortoise (which is what subversion is built on) on some projects. Please add another vote for support.
Will
We also use Tortoise (which is what subversion is built on) on some projects. Please add another vote for support.
Will
Another way to support version control systems (VCS) that you might consider is accessing the VCS through Microsoft's Common Source Code Control API (SCC) which abstracts the use of the VCS into a single API. Many (most) VCS systems support SCC, so if that's the API you used, many VCS systems would be supported.
I know that CVS and Subversion have SCC providers (although some are commercial).
The drawback to aupporting VCS in this way is that I'm not sure how robust the SCC API and providers are.
The plus is that in one stroke the product supports many VCS systems.
I know that CVS and Subversion have SCC providers (although some are commercial).
The drawback to aupporting VCS in this way is that I'm not sure how robust the SCC API and providers are.
The plus is that in one stroke the product supports many VCS systems.
-
- Posts: 20
- Joined: Fri Jun 17, 2005 4:33 pm
- Location: Richmond VA, United States of America
- Contact:
subversion support
Karlis,
I too, would like to see SVN support built into WeBuilder, similar to how ZEND Studio does it...
See: HTTP://www.silverdarkroom.com/images/svn.bmp
Scot L. Diddle Richmond VA
I too, would like to see SVN support built into WeBuilder, similar to how ZEND Studio does it...
See: HTTP://www.silverdarkroom.com/images/svn.bmp
Scot L. Diddle Richmond VA
...No Digital... None of the Time...
- syrupcore
- Top Contributor
- Posts: 917
- Joined: Thu Jul 21, 2005 12:58 am
- Location: Portland, Oregon, usa
- Contact:
sorry to bring this up in two threads but if it's possible this method would be my preference as we sometimes use SVN and sometimes VSS depending on the server technology the project will end up on.mwb1100 wrote:Another way to support version control systems (VCS) that you might consider is accessing the VCS through Microsoft's Common Source Code Control API (SCC) which abstracts the use of the VCS into a single API. Many (most) VCS systems support SCC, so if that's the API you used, many VCS systems would be supported.
Will
7.2 release?
CAN Subversion be added to 7.2?
-
- Posts: 34
- Joined: Wed May 10, 2006 9:57 am
I would like to add a vote of support for SVN. I use it (TortoiseSVN) on all of my projects and find it indispensable. RadRails has a nice implementation of it, and jEdit's project viewer plugin makes use of it for building projects. Just a couple of implementation ideas for you there.
Charles

Charles
-
- Posts: 34
- Joined: Wed May 10, 2006 9:57 am
Further to my last post, simply allowing the use of TortoiseSVN within the file browser would be good enough for me. You can currently access TSVN in the folder browser (but it doesn't show the little icon overlays), but not on actual files. Enabling TSVN in the file brower would open up all of TSVN's possibilities right there in WeBuilder, allowing easy diffing, commits, updates, etc. etc.
I know from my end I really don't care about the icons as much as the functionality. ZEND only give you a menu with the commands for subversion. from my end I would just like the ability to right click on the file from the Projects list and then commit the changes to my repositoryKarlis wrote:I will think on making shell context menu available for files as well, that would allow to use TortoiseSVN.
Currently I have no idea how to get those special icons inside built-in shell browser...