-
"Ayayay Caramba!" Another great app from the makers of VisualSVN. Introducing VisualSVN Server . VisualSVN Server is a packaged that contains all you need to start(and managed) your own SVN repository. Think of it as your own mini toolbox of goodies for SVN. The package comes with SubVersion...
-
follow up to my post about visual source safe and subversion (which has a good google page rank), now i'm exploring rational clearcase. we are using clearcase at work and i can see a very close similarities with visual source safe. although the previous post sounds like i'm favoring vss over...
-
Our company is still using a single subversion repository tree for all our projects with the following classic structure. root --elcs ----trunk ----tags ----branch --hcs ----trunk ----tags ----branch One disadvantage of this setup is that all projects are sharing the same revision number which is shared...
-
I had very bad intermittent connection lately and this TortoiseSVN is really killing me. With my speaker system tuned on 60% volume playing jazz music to stimulate my mind, while I'm committing several files on our server, suddenly the SVN's error sound breaks my silence. This sound is really...
-
I often copy several OSS projects that I have checked out from their public Subversion repository, back at home so that I have the "bleeding edge" source when working. I find it a hassle to have to include all the .svn files. John Galloway presented a hack which even includes the command in the Context...
-
If you're like me who had a hard time with the blue icon color for modified files in Ankhsvn 1.0 final, just grab the latest bits of Anksvn here . The team has released a patch to change the modified icon to orange.
-
My task yesterday was to transfer our subversion server to our new server. I have the binaries for subversion 1.4.3 and our repository transferred and what's left is the creation of the windows service. i am using sc.exe to create the windows service with the following command: sc create subversion binpath...
-
There is a refresh issue on the version 1 release of AnkhSVN addin for visual studio last year (i thought it was already the RTM version 1.0 release, it was just RC4). if you are a tortoisesvn committer, you'll notice that the ankh refresh command at the solution level does not actually refresh each...
-
I am a big fan of The Daily Grind at Larkware , as they often give out great links for new tools for developers. Today I was curious about a Subversion metric report called StatSvn , and decided to try it out. I have recently turned to SubVersion for source control, previously it was zip, label the zipfile...
-
our current subversion repository (using file system) has reached 3Gb and it was now hitting the maximum space of its partition where it is located. i decided to transfer it to another partition of our server. looking at the docs, i've found a procedure where you do an svnadmin dump of the current repository...
-
it is currently a public holiday today (end of ramadan) and i decided to come to work in the afternoon to do some changes on our build server and subversion repository. you can't really do some changes on the development servers on regular working days since it might cause delays on the developers (this...
-
When you are using SVN Show Log, you'll have a list of the top 100 (default setting) logs/revision logs from Subversion. It may take some time to populate them if you already have a number of revisions in your current project but you have the option to limit the entries from TortoiseSVN Settings ->...
-
although msdn docs say that the proper format for assembly version is <major version>.<minor version>.<build number>.<revision> i was surprised that our current project is using a different format which is used by the nant build for our continuos integration setup <major version>...
-
i remember when i first set up subversion for my own projects and it was pretty messy, installing the service, etc. all are described in this blog post . months ago, rodel told me that there is a one click installer for setting up subversion and now that i am setting up my new development pc, i was trying...
-
i have encountered a lot of errors using ankh to checkin my changes with subversion for the past week. it's just that there are few updates on the development of ankh and tortoisesvn is more reliable. although i admit, it's a little tedious going to explorer just to use tortoise to checkin the changes...