SVN
SVN
Just started using tortoise SVN with electro's help. DOes it use FTP to login to the repository, or is the folder like a r-w to the world thing? Also, noticed there is a plugin for notepad++ for it, but cant get it to work. Are there any other text editors that let you use svn? I thought someone said that visual c can comply with it, but not sure?
Re: SVN
SVN simply means that you have a local copy of the master repo. This is kept up to date / changes are merged by a svn client.
You don't need anything else. The files in your working copy are modified using normal tools, the only difference is that the files themselves are under version control.
No special text editors etc needed.
You don't need anything else. The files in your working copy are modified using normal tools, the only difference is that the files themselves are under version control.
No special text editors etc needed.
Re: SVN
The only thing that can get fiddly is if you add/remove files to/from the project on a regular basis; in that case (assuming a coding project) and IDE that integrates an SVN client can be convenient.
We had the power, we had the space, we had a sense of time and place
We knew the words, we knew the score, we knew what we were fighting for
We knew the words, we knew the score, we knew what we were fighting for
Re: SVN
Codeblocks comes to mind but you need an external svn client and still need to tell it where the svn executable is.The only thing that can get fiddly is if you add/remove files to/from the project on a regular basis; in that case (assuming a coding project) and IDE that integrates an SVN client can be convenient.
you can get the client executables here http://subversion.apache.org/packages.html
the codeblocks compiler i host on sourceforge allready has it presetup if you like some thing a bit more complete.
you can get it here http://sourceforge.net/projects/cbadvanced/files/
Productivity is a state of mind.
Re: SVN
It contains both mingw for 32 and 64 bit compilation and a few other helpfull tools besides svn, like mercurial and git.
So its pretty complete in regards to subversion clients
atleast its not 10 gig like my first version.
So its pretty complete in regards to subversion clients
Productivity is a state of mind.