Is it worth going to GIT from SVN when the repositories are mainly accessed by a single developer? I have several machines that I use for development and not mainly develop in C#. But I have a mix of VB, VB.Net, PHP, C#, C++, HTML, Batch, BASH and many more in my repositories. What, if anything, will I gain by migrating to GIT from SV...
Possible Duplicate:
One SVN repository or many?
Self explanatory I feel. I got a list of related questions but I don't think any really answered this
...
How does one "group a bunch of revisions you've already committed to svn together" (see Jim T's answer) in Trac?
...
Hey, I'm fairly new to linux and svn. I'm trying to checkout the trunk folder of a project into my public_html directory using this command (while in public_html):
svn checkout file:///home/landonwinters/svn/waterproject/trunk
The waterproject directory contains the files from untarring a base install of drupal.
It checks out fine, ex...
So I've been happily using subversion to regularly commit files in my stack of projects related to my massive Visual Studio solution.
I decide to do a svn export one day, and, decided I needed to see how my project was working back in October of 2008. So, I export to my local file system, revision 37.
When I go to compile the project, ...
I am trying to have my source control block in my ccnet.config file access SVN without passing in the credentials. Instead I want the user that is configured in the ccnet service to be used.
So, I just didn't include the username and password tags in the sourcecontrol block thinking it would work.
It doesn't and instead I get the error...
Just starting out with subversion, have set up repos for 3 current projects and all seems good. Subclipse is nice isn't it!
Anyway, what I'd like to have is a nice timeline showing the commits with comments for these repos. They are all hosted on the same server as the websites that they contain.
I've tried trac, which does what I want...
Specifically I am interested for the LAMP Stack and some of the best practices to use this for various builds.
...
Hi,
Can anyone point to me the starting point for Subversion using C# APIs
thx
Rocky
...
If I have some files that are especially important, can they be SVN committed to two repositories?
I can set up two SVN repositories on 2 different machines so that if there is problem with one machine, then there is always a back up.
(will be best if it can be Tortoise or command line). thanks.
...
I'm trying to svn checkout into treeoil.com's public_html directory (site is not really named treeoil.com), but my repo is located on one of my other sites (landonwinters.com). When I try to do this checkout:
svn checkout file:///home/landonwinters/svn/treeoil/trunk .
But I get an error that reads:
svn: Unable to open an ra_local se...
I would like to rar a folder but exclude a certain of folders and all the files beneath them - the .svn folder.
How could I make this happen using the rar console command (rar.exe)?
...
(Actual site names have been changed)
I installed drupal on elephantboarding.com, and it is under version control.
I svn updated in landonwinters.com/elephantboarding after i svn committed the installation in megafishoil.com.
But landonwinters.com/elephantboarding looks weird, like it doesn't have the default theme set up right, it's ...
i want to set my full name (or a name choosed by me) to appears in the $Id$ area on commit and not my nickname. There is a way to do it?
Thanks in advance ,
Sirakov
P.S. OS: Ubuntu 8.10
...
Hi
I have installed SVN Tortoise and want to create a repository.
I followed the manual and typed "svnadmin ........" on the correct directory on command prompt.
It doesnt recognize the word svnadmin: 'svnadmin' is not recognized as an internal or external command.........
...
I'm trying to svn checkout into my public_html folder, but I get this error:
svn: '.' is already a working copy for a different URL
My brother already set up a boiler plate site for me, but I've changed it and put those changes into a repo of my own. How do I make this folder not be a working copy of the repo he set up originally?
Can ...
I have an existing SVN repository which contains a folder that holds my project.
I wish to know if there's a way of creating a new repository with my project's folder set as its root and preserve all subversion history (log) along with it. Notice that I do not mind loosing the original repository revision numbers.
Thanks.
...
I want to build project when ever a user commits any change on svn. My
project solution contains many projects as they are using some shared
controls and functions. Now my problem is how can i build only that
project whose user has done a commit. Is it possible to build projects
according to users.
Kind Regards
...
I'm trying to set up a sort of symbolic link in our subversion repository with svn:externals, but it's not really working all that well. What I want to do is link a folder in one part of the same repository to another, like so:
src/somewhere_else/schema https://svn.acme.com/svn/project/trunk/src/schema
This works fine for truly externa...
Recently (after installing Windows 7?) I have been experiencing problems when blaming files with TortoiseSVN.
I get an error message like: "Can't open 'c:\temp\tmp.tmp': Access is denied."
If I select the option use text viewer to view blames it works, but that´s a poor view.
I believe it has something to do with timing, because it can ...