-
07.03.10 - Create a theme for symfony admin generator
Create a theme for Symfony admin generator from zero is extremely difficult. A more easy choice is to copy it from an existing default one. We can do it following the next steps: In your proyect "data" dir create another dir named "generator" and into it another one called "sfPropelModule" Go to [...]
-
24.02.10 - Regex in "search and replace" for Gedit
Download the plugin from the URL , extract the content under the directory "~/.gnome2/gedit/plugins/" if not exist, create it.Activate the plugin ("Edit>Preferences>Addons") and restart Gedit.You have installed successful, for using it you must go to "Tools>Regex Search & Replace" [...]
-
18.02.10 - Change SVN working directory
If we already have a working copy of a repository and we want to change the working directory to another into the repository, we can use the switch command.Example:If we have a working copy of a repository that points to a remote directory called "trunk" [...]