repository

How to move a single folder from one Subversion repository to another repository?

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? ...

How do I hotcopy a SVN Repository to an existing location?

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...

Svn repository split problem

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...

Copy SVN Repository

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...

Translation repository when localizing WinForms

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...

Repository Pattern without LINQ or other ORM?

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 ...

How do I get the subclass Type object in a static superclass function in .net, using reflection?

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...

Best way to import/export a Apache Jackrabbit repository

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? ...

Debian: How can I pull a single package with dependencies from another repository?

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? ...

How to get a list of all SVN commits in a repository and who did what to what files?

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. ...

mirroring a subfolder between two writable SVN repos

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...

Folder structure for many projects in one SVN repository?

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/...

SVN: one working copy, two repositories?

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? ...

Mercurial: how do I change commit time (not pushed yet)?

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. ...

Subversion: how to nuke a repository?

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. ...

Weighing setup factors for subversion

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...

Where can I find UML diagrams (instead of reinventing the wheel)?

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...

Should libraries (jar) go into the repository?

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. ...

free online repository for small team project

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...

Source Control: Multiple repositories for the same project

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...