Page 1 of 1
Accessing subversion history
Posted: 13 October 2014, 21:37
by tarini
Is it possible?
Re: Accessing subversion history
Posted: 13 October 2014, 22:28
by Een
Hi,
We can look for you if needed (for example if you deleted a big chunk of code and then found out that it was not the best idea).
But we haven't currently implemented tools in the studio to interface with version control other than for committing. That would be nice, but it seems a lot of work for not so many occurences where it would really be useful. So for now, we prefer to do it manually on request (hasn't been needed so far).
Cheers,
Een
Re: Accessing subversion history
Posted: 14 October 2014, 07:39
by tarini
Thank for fast reply.
No I don't need something in particular, I asked just to know.
An alternative could be accessing directly to svn server using standard svn client and not through ssh connection.
Re: Accessing subversion history
Posted: 15 October 2014, 19:02
by daikinee
It will be great.
But you can still use a local source code manager (svn, git, whatever you prefer). That's what i'm doing (Git + NetBeans IDE + synchronization with the SFTP server).