Using Subversion trunk as DocumentRoot
How can i make an svn trunk on my subversion as DocumentRoot for my VirtualHost, so I can test my application based on the latest code on the trunk. (My application is written in PHP). Thanks! ...
How can i make an svn trunk on my subversion as DocumentRoot for my VirtualHost, so I can test my application based on the latest code on the trunk. (My application is written in PHP). Thanks! ...
We're serving our source code using VisualSVN running on Windows Server 2003. Recently, we split a portion of a project into a new project in it's own repository, and then linked it back to the original project using svn:externals. Since then, we've been having issues when we try to commit files with Subclipse. The error we're getting i...
i linked a folder of mine with an svn repo. Aim was to sync my home personal folder and office personal folder. later on, i gave up. Now, i want to delete the repo relation of this folder without any harm to content inside. I just want it back to be a standart windows folder. i tried searching and deleting all .svn folders on another ...
I started using bazaar after a long camping in the svn field. I had previous experience with cvs as well, and I used tags occasionally. With svn, once you release a version, you perform a svn copy of your trunk into tags, for example svn copy trunk tags/1.2.0 . In bazaar I created the same repository structure, but the absence of a bzr ...
I have a professor that doesn't understand source control very well. He asked us to use comments to determine who wrote each line of code. Most of the class is using email as version control and Visual C++ as the language which leads to a mess of comments, carets and generated code. My group is using subversion and C# and I would prefer ...
Hello, I am having the strangest problem ... every time i commit i get and error like this: commit failed (details follow): MERGE of '/svn/project/trunk/web/directory/': 200 OK (http://mydomain.com) that is the directory of the file i modified. Later Edit i have web dav SVN installed and i commit to a HTTP URL. and there is a post...
Is it possible to store Subversion meta data in SQL Server? We want a SQL Server based Subversion. ...
I know somehow in Subversion you can ensure x chars when a developer commits in the comments section. I'm using Tortoise but don't see where to specify this globally and ensure that x number of characters will be entered on any commits made by developers. I'm using Visual SVN Server as well to setup repositories. ...
I have the following post-commit hook setup and running: #!/bin/bash /usr/bin/svn update /var/www/html/dev > /var/www/svnrepo/hooks/post-commit-log I'm developing in Python/Django and whenever I make any changes to any ".py" file, I have to SSH in and "sudo /sbin/service httpd restart"... Is there a way to add this to the bottom of th...
Hi, We had a file in our repository that we deleted several revisions ago. How do we get it back using TortoiseSVN without reverting our entire repository? ...
I have recently had a few issues when checking out a colleagues ASP.NET project, that causes the Project to get into a conflicted state because of the WEBINFO file being checked into SVN. Does this file need to be in the repository or should we exclude it? ...
Hi all, I'm currently using the tigris open source project MSBuild Community Task and I have some trouble with the SvnCommit Task. I don't really know how to use the Targets attribute I have this line in my project : <SvnCommit Username="myName" Password="myPsswd" LocalPath="$(myPath)" ToolPath="$(SvnPath)" Targets="myFile.zip"/> ...
Subversion 1.5 introduced changelists and I wanted to use this feature to group a change for later and continue to work on other files. The problem is that the subversion commands like svn diff and svn commit work on all modified files. I can limit the files they operate on if I specify a changelist with the --changelist option. But how ...
Checkout with svn does not work in my environment. Im looking for the sourcecode of Subsonic 2.2 as zip file for example.. ...
Subversion's "keyword" feature is great to automatically tag text files with the revision number. I'd really like to do a similar thing for Word and/or OpenOffice documents. I tried this with Word documents, by inserting a "fixed-width" keyword substitution into the "comment" document properties field. But it seemed to still corrupt the...
I'm about to begin working on a collaborative effort with another vendor. The vendor has the source code and an SVN repository, while we have TFS. I'm interesting in using the Work Item tracking available in TFS but use SVN as the source control. Does anyone know if this is possible? Another option I think would be to have some kind of ...
I'm looking for some kind of backup/version-control method for a legacy system: Systems are developed in a version of BASIC. It's an interpreted version. Programs are saved in some pseudo-code; not pure text. All production programs are stored in the same folder tree, divided into folders depending on the category. No subversion stra...
We are considering switching our source control repository at my work from Perforce to either CVS or SVN. I said that I didn't think CVS was as popular as SVN recently, and was met with a lot of blank stares. My boss told me that I must be still stuck inside the Windows-programming world if I was considering SVN, because most UNIX-based ...
This is a fairly basic question, but it is driving me nuts. I have set up a brand new repository at beanstalk.com. They give me the url, http://my_name.svn.beanstalkapp.com/blog. They also automatically create the tag, trunk and branches folder in the repository. I have checked out the trunk folder and used svn add to add the new file. I...
When we do our branching and merging with svn, we always have the same thing happen. We get a latest copy of the trunk. Create a branch and switch. Make some small change on one file in the branch. Merge branch back into trunk. At this point, we'll have our one file that needs to be comittied, plus the same 45 extra files. This hap...