Subversion with PHP projects - Diff
-
- CodeLite Enthusiast
- Posts: 30
- Joined: Tue Jun 09, 2015 12:21 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Subversion with PHP projects - Diff
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?
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?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Subversion with PHP projects - Diff
Indeed, this seems to be missing
I will re-add it (it was in the "Explorer" view, before its re-write)
Which OS are you using?
Eran
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
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Subversion with PHP projects - Diff
This is now fixed in git master.
Please let me know your OS
Eran
Please let me know your OS
Eran
Make sure you have read the HOW TO POST thread
-
- 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
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.
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.
-
- 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
Any ideas when this will make its way to the weekly build?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Subversion with PHP projects - Diff
Did you try 8.2.4? it should be there...
EranYou do not have the required permissions to view the files attached to this post.
Make sure you have read the HOW TO POST thread
-
- 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
Yes, I tried and that's why I posted - thought it would've made its way into that version already.
I'm using the OS X version.You do not have the required permissions to view the files attached to this post.
-
- 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
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?
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?
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Subversion with PHP projects - Diff
After replying to your thread I noticed that it was missing in the "Folder" level, which I will be fixing soon...
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- 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
Thanks a million!