Subversion with PHP projects - Diff

Post here any ideas/problems/suggestions you have regarding CodeLite's Subversion (SVN) plugin
Kanes
CodeLite Enthusiast
Posts: 30
Joined: Tue Jun 09, 2015 12:21 pm
Genuine User: Yes
IDE Question: C++
Contact:

Subversion with PHP projects - Diff

Post by Kanes »

How do I create a SVN diff of a file in a PHP project in the workspace? How to compare it to a previous version, that is.
For modified files, it works via the output pane, but for others the SVN context menu is only available on the top level of the project tree and not single files - so Diff can't be accessed via it.
What am I doing wrong?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Subversion with PHP projects - Diff

Post by eranif »

Indeed, this seems to be missing :P
I will re-add it (it was in the "Explorer" view, before its re-write)
Which OS are you using?

Eran
Make sure you have read the HOW TO POST thread
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Subversion with PHP projects - Diff

Post by eranif »

This is now fixed in git master.
Please let me know your OS

Eran
Make sure you have read the HOW TO POST thread
Kanes
CodeLite Enthusiast
Posts: 30
Joined: Tue Jun 09, 2015 12:21 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Subversion with PHP projects - Diff

Post by Kanes »

I'm using the OS X version.

Also, deleting files from SVN is something I asked about earlier, as the context menu was not available elsewhere than on the project level - how to delete a file from a project so that it will be deleted from SVN as well?
I suppose if the context menu appears under the Workspace tab in places other than the project's top level, this will be addressed via that as well?

Weekly Build CodeLite 8.2.3 [codelite-8.3-prview] Sep 06, 2015 doesn't seem to include this update yet.
Kanes
CodeLite Enthusiast
Posts: 30
Joined: Tue Jun 09, 2015 12:21 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Subversion with PHP projects - Diff

Post by Kanes »

Any ideas when this will make its way to the weekly build?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Subversion with PHP projects - Diff

Post by eranif »

Did you try 8.2.4? it should be there...
9-14-2015 11-00-51 AM.png
Eran
You do not have the required permissions to view the files attached to this post.
Make sure you have read the HOW TO POST thread
Kanes
CodeLite Enthusiast
Posts: 30
Joined: Tue Jun 09, 2015 12:21 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Subversion with PHP projects - Diff

Post by Kanes »

Yes, I tried and that's why I posted - thought it would've made its way into that version already.
Näyttökuva 2015-09-15 kello 8.38.19.png
Näyttökuva 2015-09-15 kello 8.38.59.png
I'm using the OS X version.
You do not have the required permissions to view the files attached to this post.
Kanes
CodeLite Enthusiast
Posts: 30
Joined: Tue Jun 09, 2015 12:21 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Subversion with PHP projects - Diff

Post by Kanes »

Oh,
my bad again - I was trying to find it from the context menu of a folder, whereas it's only available for files, which makes sense.
It is indeed there. I'll see if it works :).
Altough this still does raise the question of how do you mark a folder for deletion in SVN if the context menu is missing for folders?
Näyttökuva 2015-09-15 kello 8.41.38.png
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Subversion with PHP projects - Diff

Post by eranif »

After replying to your thread I noticed that it was missing in the "Folder" level, which I will be fixing soon...

Eran
Make sure you have read the HOW TO POST thread
Kanes
CodeLite Enthusiast
Posts: 30
Joined: Tue Jun 09, 2015 12:21 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Subversion with PHP projects - Diff

Post by Kanes »

Thanks a million!
Post Reply