visualsvn

SVN: Colleague checked in a folder into repository, but I can't Update my version to it

Hi, In showing a colleague how to use SVN yesterday, we created a test folder and file within our existing Visual Studio Solution. We'll call it "Test" folder with two files, "Test.ascx" and "Test.ascx.cs". We added it (or Visual SVN added it, 'cos it's awesome), and committed it. We also added and committed other files elsewhere in the...

is Visual SVN Server generally viewed as a trustworthy SVN server?

is Visual SVN Server generally viewed as a trustworthy SVN server? I went to Wikipedia and didn't see any item for VisualSVN Server under Visual SVN so I added a line there... but there seems to be no mentioning of it otherwise. ...

SVN Server with Apache can let me access my files anywhere! Firefox seems otherwise

I just installed Visual SVN Server and I just found that I can access my files using plain browsers like IE or Chrome. I can even stream an mp3 file from my home to my work that way... or access any files at home if i forward the port to the Visual SVN server... although i noted that IE 8 will show a red background for the current URL....

is the CollabNet SVN Server as good as VisualSVN Server?

the tigris website http://subversion.tigris.org/getting.html#windows has a link to another svn server, which is called CollabNet SVN Server. Does someone use it and know it is better or as good as the VisualSVN Server? ...

what is the best way to back up an SVN server for all the code and content?

is there a good way to back up all the code and content on an SVN server? because if that hard drive dies, then all work can be lost. i think if we use multiple computers to SVN Update to it regularly, the most of the files are present on those machines, and therefore the code are somewhat safer not to be lost. i was also thinking of ...

SVN plugin for VS2008

Hi there, I'm using VisualSvn with my vs2008 and I have to run some sort of commit monitor in the tray area to see if the local copy of project is out of date. I have two problems with that: 1.I hate to have it in two places, I want to see that as an icon in my VS. 2.The commit monitor software keeps an eye on several projects, when ...

Subversion (using VisualSVN/Tortoise) refuses to pull down new files

A problem has started occurring recently in which some new files added to the subversion repositories don't get pulled down to other clients after doing an Update. If I browse the repository with Tortoise I can see the file. I can then right click on it and select 'Update to revision', which will pull the file down to the client. Unfort...

Can You Use AnkhSVN and VisualSVN at the Same Time?

I'd like to try out a feature of AnkhSVN (namely, integration with Red Gate SQL Changeset tool) without doing an complete uninstall of VisualSVN. It feels dodgy, so I wanted to see if anyone else had experience that would either alleviate or confirm my fears. Update So I tried uninstalling VisualSVN and dropping in Ankh. As far as worki...

ASP.NET Projects with Subversion (VisualSVN Client) - What files should I ignore?

I've just started using Subversion with ASP.NET web applications via the VisualSVN IDE plugin. There are a bunch of files which Visual Studio automatically generates so I don't want to version control these since they're not really part of the codebase and not required to build. Does anyone have a definitive list of the main files that ...

Help with SVN Setup

I am setting up VisualSVN. It comes with a "Repositories" repo. My question is pretty simple I hope, do I create a single repository under the root and then add a new folder for each project I want to manage? or do I create a new repository under the root "Repositores" for each new project? ...

Can VisualSVN and Team Foundation Server client co-exist?

I currently run Visual Studio 2008 SP1 connecting to Team Foundation Server. I want to try out the VisualSVN client connecting to a separate repository I have in SVN. Is it possible to install the VisualSVN client on my existing dev machine such that I can use Visual SVN for some of my solutions and TFS for others? ...

Why would you choose TFS over Trac + SVN + VisualSVN

For what reason would you choose Team Foundation Server over a combination of Trac + Subversion + VisualSVN in a small Team (<5 developers) as your source control, issue tracking and documentation platform? ...

SVN Won't download newly added files

SVN won't download newly added files but will update existing. Developer B adds 3 new files to the repo, and when Developer A updates it does not download the files. Both using TortoiseSVN and VisualSVN. Does anyone know what could be causing this problem? If Developer A goes to the Repo Browser they can see them, but it just won't u...

What is the best way to version a file that you want to get once but don't want to commit changes after the first get.

Hello, I use subversion with TortoiseSVN on projects at work and my personal ones. I was wondering what is considered best practice in terms of being able to setup your repo so that doing a SVN Checkout and VisualSVN for Visual Studio will get you all that you need to compile ... but I want to be able to mark certain files so that t...

Using svnversion with svn:keywords

I'm using Visual SVN on my Windows Box. I have Repository Application, which has Framework as an svn:external. All well and good. When I make a checkout of Application, I'd like to have the version of Application and Framework for inclusion in a footer file. This way I could have something like: Application Version $ApplicationVersion...

Visual SVN and Bug Tracking Integrated

Hey Guys, So I have a perfectively working VisualSVN that me and my other 2 team members use (tiny team). The problem is at the moment that we use an excel spreadsheet to really maintain our bugs. We have said for ages "get around to installing some bug tracking software" - never had the time. So today, biting the bullet. What is the ...

Trac and VisualSVN Walkthrough?

Hi Guys, I am just wondering if anyone knows of a detailed Trac and VisualSVN Integration Walkthrough ? There is a plugin that was released for http://www.visualsvn.com/server/trac/ - but it seems that it there are lots of issues ? Does anyone know of a walkthrough ? Thx ...

Post-Commit Hook with Trac

Hi Guys, So I followed the instructions of the great post left here http://stackoverflow.com/questions/1113010/post-commit-hook-with-trac-and-svn and the associated posts mentioned for Trac + VisualSVN on windows. I have set everything up - and when I run the "post-commit.cmd" - I get no errors at all. My problem is - that Trac does ...

Post-Commit Hook & Trac

Hi Guys, Having a few issues with my post-commit hook script and track - hoping someone can help. The scripts all work fine - no errors - but for some reason trac doesn't update. I turned on logging and found this: Trac[svn_fs] DEBUG: Subversion bindings imported Trac[cache] INFO: repos rev [363] != cached rev [362] 2 Trac[cache] INFO...

Visual svn adding overlay icons to strange directories

Hi there, I'm using Visual SVN on my windows machine and so far everything has been working fine. But since a couple of days, I've got overlay icons (the questionmark) over c:\Programme c:\Recycler and a couple of other folders on my c:\ drive. All programming related stuff is on d:\, so I find it weird and it's pretty much irritating m...