Page 1 of 2

Subversion with PHP projects - Diff

Posted: Fri Sep 04, 2015 12:00 pm
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?

Re: Subversion with PHP projects - Diff

Posted: Fri Sep 04, 2015 12:47 pm
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

Re: Subversion with PHP projects - Diff

Posted: Sun Sep 06, 2015 5:53 pm
by eranif
This is now fixed in git master.
Please let me know your OS

Eran

Re: Subversion with PHP projects - Diff

Posted: Thu Sep 10, 2015 10:55 am
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.

Re: Subversion with PHP projects - Diff

Posted: Mon Sep 14, 2015 11:22 am
by Kanes
Any ideas when this will make its way to the weekly build?

Re: Subversion with PHP projects - Diff

Posted: Mon Sep 14, 2015 12:01 pm
by eranif
Did you try 8.2.4? it should be there...
9-14-2015 11-00-51 AM.png
Eran

Re: Subversion with PHP projects - Diff

Posted: Tue Sep 15, 2015 9:40 am
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.

Re: Subversion with PHP projects - Diff

Posted: Tue Sep 15, 2015 9:42 am
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

Re: Subversion with PHP projects - Diff

Posted: Tue Sep 15, 2015 11:11 am
by eranif
After replying to your thread I noticed that it was missing in the "Folder" level, which I will be fixing soon...

Eran

Re: Subversion with PHP projects - Diff

Posted: Thu Sep 17, 2015 10:46 am
by Kanes
Thanks a million!