I have a "docs" folder in a Subversion repository named "project". I've come to the conclusion that it should really be kept under a separate Subversion repository named "project_docs". I'd like to move the "docs" folder (and all of it's revisions) to the "project_docs" repository. Is there any way to do this?
...
I am trying to automatically backup my SVN Repository. This is in a batch file I wrote:
svnadmin hotcopy C:/myRepository G:/myRepositoryBackup --clean-logs
It works great the first time. However, each time after that, I get this error:
svnadmin: 'G:/myRepositoryBackup' exists and is non-empty
How do I have it overwrite my old dat...
I want to split a directory from a large Subversion repository to a repository of its own, and keep the history of the files in that directory.
I tried the regular way of doing it first
svnadmin dump /path/to/repo > largerepo.dump
cat largerepo.dump | svndumpfilter include my/directory >mydir.dump
but that does not work, since the di...
I have an SVN repo at a hosted SVN service which I need to move to our locally hosted SVN service. The host offers an export feature, which I've used. But how do I take that exported file and import it into a new repository?
EDIT
I tried using svnadmin load, but got an error message:
% svnadmin load . < ~/ss2_14066_rev36
svnadmin: Mal...
When I am writing translated strings into the form resx files in VS2008, is there anything like a translation repository? It was very helpful in my old C++ Builder times:
Translate "Cancel" in one form to German "Abbrechnen"
Add this translation to a repository, since this word is repeated in most forms
When I start to translate anothe...
Does it makes sense to use the Repository pattern without the use of LINQ or some other ORM? I am writing an application in MONO and using MySQL, was thinking of using the repositoy pattern but not going to be able to deal with IQueryable. I was thinking of just exposing more methods on the repository to make it obvious that filtering ...
Ok, so I'm trying to make a nice superclass for data-access objects that can generate a tsql query to search all of the subclass's public string properties. I want to use reflection to get the type of the subclass and then iterate through all of the public string properties on the object, since those property names are the same as the d...
What is the best way to import/export data from a Apache Jackrabbit repository?
Right now, I have a website based on a repository with over 100GB data in a server but I frequently need to take a subset of this data in my notebook for in-loco demonstrations.
How can I do this in the easiest and fastest way?
...
I am on debian etch and I want to pull subversion1.5.1 from testing though it is a production machine. I need to keep the risk minimal.
Any hints?
...
Hi
I'm needing to get a list with all the revisions and files modified in each one, and by who.
Is that possible?
I need to know who user did the most changes to the repo and what changes.
...
Hi,
I have a situation I'm trying to cope with involving my company's SVN server. We keep all of our important code in a locked-down server (we'll call this the "dev" server). There are some files that need to be edited by users outside the corporate network, so we have another SVN server (the "global" server) which is accessible outsi...
I just created a Google Code SVN repository for storing my school projects and homework, and to allow easy transferring between school and home.
Its default directories it creates are:
https://simucal-projects.googlecode.com/svn/trunk/
https://simucal-projects.googlecode.com/svn/tags/
https://simucal-projects.googlecode.com/svn/...
I'd like to know how can I set two repositories for my one working copy. I need one repository in my server, so that I can check in/out between two pcs; I need another repository in my local pc, so that I can see the result of diff quickly (my svn server is on a slow shared host)
How can I do that?
...
How can I change the time I've made a commit in my local repository?
Suppose I've done several commits and noticed that the date on my computer is wrong. These commits were not pushed anywhere yet, so I want to fix the time.
...
Is there a way to completely erase a Subversion repository so that users can't access to old revisions?
PS: I have root access on the repositories machine.
...
I have a number of different projects, about 5, and a number of different developers, around 15, and some of the projects are in subversion and some are not. All of the developers are working on windows-based machines with TortoiseSVN, and the code of the projects is a mish-mash of classic asp, and asp.net. What is the best, as in most r...
I am currently trying to draw a set of UML diagrams to represent products, offers, orders, deliveries and payments. These diagrams have probably been invented by a million developers before me.
Are there any efforts to standardize the modeling of such common things? Or even the modeling of specific domains (for example car-manufactur...
Hello,
When you start to use a third party library in Java, you add their jars to your project. Do you also add the jars to the repository or do you just keep a local installation. And if the latter, how do you sync between team members to be able to work?
Thanks.
...
Duplicate:
Free Online SVN repositories
Free version control services
Is there a free version control server provider for non-public projects?
Are there free online repositories suitable for university team projects?
better if it's hidden from public
at least 5 users
of course, free!
As it's a school project, it's n...
Is it possible to have multiple repositories for the same project?
I am currently using SVN with TortoiseSVN with the repositories on an external hard disk at my home, and well as regards a backup-wise solution, this isn't ideal.
So what I have in my mind is making an account with unfuddle and having a second (my home one being the fir...