Sorry, I didn't explained myself. What I mean is when you run symfony commands (php symfony generate .....). If you run that on Windows, the files will not be generated in UTF-8. So, when the project is sent to a linux production server, the enconding has problems.
By the way, I'm trying ExpanDrive. That's what I needed. I like (for now) Netbeans :) On 20 dic, 16:50, Stéphane <[email protected]> wrote: > UTF-8 file creation isn't depending on windows, afaik, but on your editor. > If you use eclipse, in the preference screen of the editor, you can easily > modify this and the crlf delimiter (win, linux, mac). > > Before Printing, Think about Your Environmental Responsibility! > Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale! > > > > On Sun, Dec 20, 2009 at 4:47 PM, HiDDeN <[email protected]> wrote: > > I'm using Windows. So I think I should use something like "Red Drive" > > to mount that ssh share... > > > Anyway, the other problem I will have is the character encoding, > > because Windows doesn't create UTF-8 new files. So, I can't run > > Symfony commands from within Netbeans because there will be problems > > with this. > > > On 20 dic, 16:09, Alexandru-Emil Lupu <[email protected]> wrote: > > > If you are using linux then use sshfs. It is pretty nice an easy to use. > > > I am using git on my machine and i can say that i am happy with this. > > > > Linux+eclipse+git+sf1.4 > > > > sent via htc magic > > > > On Dec 20, 2009 5:02 PM, "Gábor Fási" <[email protected]> wrote: > > > > Not sure about other distributions/X interfaces, but on ubuntu you can > > > mount a remote filesystem via ssh at Places/Connect to server. > > > Never used it for developing, but the performance should be ok. > > > > On Sun, Dec 20, 2009 at 15:57, HiDDeN <[email protected]> wrote: > > > > Hey guys. How is your dev... > > > -- > > > You received this message because you are subscribed to the Google Groups > > "symfony users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<symfony-users%2bunsubscr...@goog > > legroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/symfony-users?hl=en. -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en.
