NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
svn support


Joined: 16 Dec 2004
Posts: 3
Reply with quote
Just a suggestion, how about SVN support? It's a very nice version control system and we went from CVS to SVN after some time. More simple, lightweight, yet still much advanced.
View user's profileFind all posts by dbevfatSend private message


Joined: 07 Jan 2005
Posts: 10
Reply with quote
i am switching also from cvs to subversion ... that would be great Wink
View user's profileFind all posts by nowrapSend private message


Joined: 21 Oct 2004
Posts: 81
Location: UK
Reply with quote
I've also like to see this - Subversion support over a range of methods including secure means.
View user's profileFind all posts by QuboidSend private message


Joined: 22 Aug 2004
Posts: 4
Reply with quote
I'd also like to see svn support.. We use to for all our php development and it'd be great to have some intregration in PHPEd rather than having to use Windows Explorer all the time.
View user's profileFind all posts by djdreySend private message


Joined: 27 May 2004
Posts: 12
Reply with quote
Integration with Subversion is already possible using PhpEd customizations in combination with TortoiseSVN (http://tortoisesvn.tigris.org). I recently started using this setup and it seems to be working ok. TortoiseSVN has a nice, simple user interface to complement Subversion's simplicity. I highly recommend it for Windows users.
View user's profileFind all posts by dlawsonSend private message


Joined: 13 Apr 2005
Posts: 2
Reply with quote
dlawson wrote:
I recently started using this setup and it seems to be working ok.

Can you tell us how you done this ?

I tried with TortoiseSVN SCC, but it doesn't seems to work...
View user's profileFind all posts by BenLeTibétainSend private message


Joined: 27 May 2004
Posts: 12
Reply with quote
BenLeTibétain wrote:
I tried with TortoiseSVN SCC, but it doesn't seems to work...


First have a look at Appendix B of the TortoiseSVN guide. This gives the command-line usage of TortoiseProc.exe.

In your customizations tab, add an item for each TortoiseSVN command you want to use. I created each item as a sub-menu inside a "TSVN" menu. Here are the settings I used for each item:

Execute with: Shell
Show this command in Workspace popup:
-for files
-for directories and projects
Autorefresh editor
Redirect Output stream to log window
Redirect Error stream to log window

Here are the items I created. The first line is the display name, the second is the command-line. Note that @Proj[TSVN]@ is a custom project property. You should add this property to your project settings. It should contain the path to TortoiseProc.exe (i.e. TSVN = C:\Program Files\TortoiseSVN\bin)

Check for Modifications
@Proj(TSVN)@\TortoiseProc.exe /command:repostatus /path:@FName@ /notempfile

Update to Revision...
@Proj(TSVN)@\TortoiseProc.exe /command:update /path:@FName@ /rev /notempfile

Commit...
@Proj(TSVN)@\TortoiseProc.exe /command:commit /path:@FName@ /notempfile

Diff
@Proj(TSVN)@\TortoiseProc.exe /command:diff /path:@FName@ /notempfile

Show Log
@Proj(TSVN)@\TortoiseProc.exe /command:log /path:@FName@ /notempfile

Revision Graph
@Proj(TSVN)@\TortoiseProc.exe /command:revisiongraph /path:@FName@ /notempfile

Repo-Browser
@Proj(TSVN)@\TortoiseProc.exe /command:repobrowser /path:@FName@ /notempfile

Edit Conflicts
@Proj(TSVN)@\TortoiseProc.exe /command:conflicteditor /path:@FName@ /notempfile

Rename...
@Proj(TSVN)@\TortoiseProc.exe /command:rename /path:@FName@ /notempfile

Delete
@Proj(TSVN)@\TortoiseProc.exe /command:remove /path:@FName@ /notempfile

Revert
@Proj(TSVN)@\TortoiseProc.exe /command:revert /path:@FName@ /notempfile

Switch...
@Proj(TSVN)@\TortoiseProc.exe /command:switch /path:@FName@ /notempfile

Relocate...
@Proj(TSVN)@\TortoiseProc.exe /command:relocate /path:@FName@ /notempfile

Blame...
@Proj(TSVN)@\TortoiseProc.exe /command:blame /path:@FName@ /notempfile

Ignore
@Proj(TSVN)@\TortoiseProc.exe /command:ignore /path:@FName@ /notempfile
View user's profileFind all posts by dlawsonSend private message


Joined: 13 Apr 2005
Posts: 2
Reply with quote
Thanks a lot !

I took a wrong way...
What a boring thing to copy/ paste every line in a post... Rolling Eyes

Thanks !
View user's profileFind all posts by BenLeTibétainSend private message
Thanks dlawson - that really helps!


Joined: 08 Nov 2004
Posts: 3
Location: Brazil
Reply with quote
Thanks so much dlawson! Razz
View user's profileFind all posts by opedrosoSend private messageAIM Address


Joined: 03 Dec 2005
Posts: 17
Reply with quote
Very nice... but
/path:@FName@

doesn't work for me. I had to set:
/path:"@FName@"
View user's profileFind all posts by godsfatherSend private messageICQ Number
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
right, if file path or name contain spaces, you have to put quotes.
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 03 Apr 2006
Posts: 15
Reply with quote
How does it going on with the real SVN support (not the tortoise one).

I'd like to see it too because we switched from CVS to SVN and i loved the integrated CVS Support Smile
View user's profileFind all posts by DennisSend private message
svn support
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 2  

  
  
 Reply to topic