SVN with PHPed |
|
1) Please read manual for tortoise SVN.
2) If u still have questions, then read SVN manual. 3) Now open PhpED, on the left you see your workspace with explorer-like tree of files. Ctrl+right click, and you see "explorer"-menu. Select SVN operation as you do it in Windows-explorer. In the fakt, PhpED just give you the opportunity to use TortoiseSVN _inside_ of IDE. So make you familiar with TortoiseSVN itself |
||||||||||||
|
Guru master
|
First step is always to create a repository. If you have installed tortoisesvn on the server for subversion as well, you can just create a folder, right click it and then choose the "create repository here" command. Note that this is the "remote" storage location, not the one you will use for daily usage!
(If you don't have Tortoise, the command to create a repository is svnadmin create <path to repository>) Next you need to create a local folder to store your versioned files. In that folder, do an "SVN Checkout" for the repository you just created. Yes I know, it doesn't contain anything yet, but the reason you need to do this is because subversion requires meta info (the .svn\ folders) and you need to checkout to have those created. Those folders/files will allow SVN tools to link the versioned files with the correct repository. After that it's just a matter of creating the files you want in the folder and then "adding" them. Note that an add does NOT add the file to the repository yet, it just marks the file as being under version control. The actual add will be done when you do a commit. At that point all changes will be transferred to your repository as a "revision" and the file as is will be saved. This only is a very limited description, probably enough to get you started, but you should probably look around for a FAQ or something. |
||||||||||||
|
SVN with PHPed |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by