We have many SVN Repo's but many of them have nested projects. I need some way of finding the trunk directories only and creating a list of them.
So, the svn path to trunk might be svn://svnserver/repos/myproject/trunk or it might be svn://svnserver/repos/myproject/mysubproject/trunk
I need to generate a list of /trunk directories fr...
Hello,
Does anyone know an SVN command to list current conflicts between the repo and the working copy?
Thanks
...
I have a number of files I wish to add to subversion. Instead of taking my time and adding each individual one, I decided to be a smart-arse and do a:
svn add *
.. which was a mistake. Is there a way I can 'unadd' everything? There's about 7 files I wanted to add... it's now highlighted an extra 500+ auto-generated files I didn't mean...
I have multiple svn roots configured in TeamCity. They all point to the same repository, but different paths (branches). All branches return the same value for revision. I want the branch specific revision numbers.
Here is an excerpt from the build log after I've dumped all the defined properties:
vcsroot.3_0_11__SP6_.url = https://...
Possible Duplicate:
Merging: hg/git vs. svn
Hi,
I'm a long time SVN user and have been hearing a lot of brou ha ha with regard to mercurial and decentralised version control systems in general. The main touted feature that I am aware of is that merging in Mercurial is much easier because it records information for each merge ...
Hi,
I'm in a team that all members have VS2008 installed on their machine, we have tortois svn as source control system.
Is there a solution that I can work with them with VS2010 installed on my machine? Or I have to install VS2008 to work with the other members?
thanks.
...
VisualSVN server is a nice piece of software; particularly in that it uses the builtin Windows authentication mechanism on my server. I'd like to try to start using Mercurial though, and I'd like to keep the Windows authentication scheme.
Is there some way to set this kind of thing up using the tools available on Windows Server 2008 R2 ...
Is there a way to create a working copy with all child folders but without files in it?
My repository is very big, I only need the empty directory structure to be created.
...
We're migrating from StarTeam (aka "the horrible") to SubVersion (aka "the alleged great"). We've already migrated the files by doing a "dumb" commit to all files and started working on the SubVersion repository.
However, we're still forced to use StarTeam because we lack the per-file history of check-ins. Is it possible to inject that ...
So I am starting a Symfony project that I will be developing on my local machine and pushing changes everyday to the live server. I wanna use SVN as the version control but Im not sure what the best way to set it up is.
Do i make the actual html directory on the server be the repo so that when I check things in it goes live? Do I make ...
I would like to mark an arbitrary group of commits/changesets with a label.
Commit 1 *Mark 1
Commit 2 *Mark 2
Commit 3
Commit 4 *Mark 1
Commit 5 *Mark 2
The goal is to easily locate all the changes for a specific mark, and to have that grouping persisted in the VCS directly, as opposed to some outside system like a bug tracking sy...
Hello,
I'm trying to setup a SVN repo for a whole bunch of users. Different users need to have different levels of access to areas of the repository. A trivial example might be that frontend engineers need access to the "view" and "controllers" but not "model", while backend engineers need access to the "controllers" and "model" but n...
I'm setting up a new svn+trac environment, the svn server's version is 1.6.11, then I can't find any corresponding pre-compiled svn-python binding, finally I found the following thread:
http://stackoverflow.com/questions/677252/python-svn-bindings-for-windows
so, my question is: how to compile from these source?
http://svn.apache.org/...
Hello, I am trying to connect to google code giving http://birdeye.googlecode.com/svn/trunk/ as the URL. it is not connecting and gives the following error.
"The VCC property was not found on the resource"
Any ideas or thoughts how to fix this ?
...
I know that it isn't normally safe to modify a commit from a pre-commit hook in Subversion because SVN clients will not see the version that has been committed, and will cache the wrong thing, but I'd like to clean the code from a versioning-naïve WebDAV client that won't keep a local cached copy. The idea is that when I look at the repo...
Finally I have some money to buy a new server and replace the one I have been using for 10 years.
Im thinking of running ESXi on the new server. And intend to use it as follows;
One W2008 R2 Guest running Exchange,
File store, SVN and an accounting
application for day to day running of
the company.
Multiple Guest VMs W2K, XP, Vista ...
I have a typical Subversion set-up:
/trunk
/branches/client-one
/branches/client-two
/branches/client-three
Trunk holds main development and branches hold client customizations. Now I then, I port changes from trunk into branches and viceversa:
[+] /trunk/readme-trunk.txt
[port] /trunk/readme-trunk.txt -> /branches/client-one/readme-...
Now I know this has been asked a few times, but i'm still not getting it...
I use Versions which is doing a great job, I am also using beansalk and they are working nicely together. However, I have been working on a branch of the trunk (sandbox) which I now want to merge back into the trunk. Versions can't do this, so it's into Terminal...
I need to tag the current state of my source tree in svn. My problem is I don't care what the name is, I just need to mark the current revision in an immutable* manner. (*subject to malicious behavior)
What's the best way to do this?
branches/
tags/
???
trunk/
should ??? be the date, an incrementing sequence, the repository rev #...
Hi all,
I was wondering if there is a way to save my svn password when doing svn operations from the console. The console is the only option that I have. When I try to do any svn action "eg svn commmit," it prompts for the account password every time. Is there a way to save this password somehow so that I don't have to retype it every t...