Questions tagged [svn-repository]

69 questions
126
votes
5 answers

Change SVN repository URL

My current SVN structure: Path: . URL: svn://someaddress.com.tr/project Repository Root: svn://someaddress.com.tr Repository UUID: ------------------------------------- Revision: 10297 Node Kind: directory Schedule: normal Last Changed Author:…
FallenAngel
  • 15,966
  • 10
  • 78
  • 105
24
votes
3 answers

TortoiseSVN (relocate to new repository)

We are facing a problem in relocating our application from the old repository to a new one. Initially we were using //10.X.X.50/svn/XXX. Now we try to shift to the new repository at //10.X.X.152:8443/svn/XXX as the server hard disk has crashed…
kaushalparik27
  • 755
  • 2
  • 7
  • 17
18
votes
0 answers

How to move an SVN repository from one server to another

I need to copy the existing SVN repository from one development server to another. Per my understandings, I have come up with the steps. It would be great if someone can verify and let me know if I have missed any point. Current server:…
Shweta Chandrakar
  • 353
  • 2
  • 3
  • 12
11
votes
3 answers

Commit file from Jenkins workspace to SVN

I have a saved project in Subversion repository and compiles it with Jenkins. When I run the build, Jenkins pulls project into workspace directory. I need commit one changed file from Jenkins workspace into Subversion. How can I do it?? Thanks for…
jjaros
  • 498
  • 2
  • 4
  • 18
7
votes
1 answer

How do I find the location of a svn repository?

I have all the source files in my "local" directory. I do svn up and svn ci to down- and up-load code from and to repository, respectively. Now I have realized that there is one directory in the repository for which I did not make a local copy. So,…
Roman
  • 97,757
  • 149
  • 317
  • 426
6
votes
3 answers

What are the free alternatives to Google Code (project hosting)?

I'm using Google Code to host some of my hobby projects. I want to make some of my code private, and unfortunately you can't do this on the Google Code site. I was looking at Project Kenai but I've read some rumours that Oracle are pulling the plug…
Jimmy
  • 15,225
  • 38
  • 120
  • 211
5
votes
3 answers

svn-checkout from a GIT repository

Is there a way to make an svn-checkout from a git repository? The problem is that I'd like to have a git repository stored on a server and I can work within using git normally, pushing and pulling changes. However, there are developers, who don't…
Alexei Sholik
  • 6,619
  • 2
  • 28
  • 38
5
votes
2 answers

Is it wrong just to move repository from 1.5 server to 1.7 server?

We have SVN repository under Subversion 1.5 server. I need to move this repository to another Subversion 1.7 server. As far as I understand there are 3 ways: Just move repository to new server. Create dump of a SVN 1.5 repository and import the…
Volodymyr Bezuglyy
  • 14,337
  • 31
  • 96
  • 124
4
votes
2 answers

Python library for getting information about SVN repository?

I'm searching for a library that can extract (at least) the following information from a SVN repository (not a working copy!): Revision numbers and their author & commit message Changes in each revision (added, deleted, modified files) Is there a…
AndiDog
  • 62,237
  • 17
  • 152
  • 196
4
votes
3 answers

Is checkingout (co) a project on svn quicker when --quiet?

I have to checkout big projects with svn that take a while, so I'm just wondering if I set it to --quiet or (-q) so no messages are printed it would be quicker? Or does that have nothing to do with it?
G.Rassovsky
  • 650
  • 8
  • 21
3
votes
1 answer

Move SVN repository to folder in another repository

I have two SVN repostitories: Project A trunk tags branches Project B trunk tags branches Now I wan't to reach this structure: Projects Project A trunk tags branches Project B trunk tags branches I have dumped the two repositories…
Bridget the Midget
  • 832
  • 10
  • 21
3
votes
2 answers

subversion best practice to merge branch to trunk where the file structures in the branch has been modified

I am facing a situation at which my development team would like to re-organize the file structures in our repositories. This process will take about 2-3 months. During the file re-structurization, we still have to do a software releases. So, after…
lwijono
  • 389
  • 2
  • 5
  • 18
3
votes
4 answers

How do I extract the version and path from an SVN working copy into a nant variable?

I am creating a new build process for a DotNet project which is to be held in Subversion. For each dll/exe that I compile (via Nant) I would like to include 2 additional attibutes in the dlls that are built. I already understand the workings of the…
Rory Becker
  • 15,341
  • 16
  • 63
  • 93
3
votes
6 answers

Empty or non-existent '/db/txn-current' in a Subversion repository

I've encountered an issue with Apache Subversion repository and I'm looking for the best solution: I can't commit to a Subversion repository and I'm getting the error: svn: E720002: Commit failed (details follow): svn: E720002: Can't open file…
bahrep
  • 26,679
  • 12
  • 95
  • 136
3
votes
4 answers

Attaching VisualSVN Server to an existing repository

All the recent VisualSVN Server posts made me want to check it out. I have SVN running right now through Apache, but I'd like to try out VisualSVN Server, mostly for the Active Directory integration. Their docs don't describe whether you can easily…
Chris Farmer
  • 23,314
  • 32
  • 110
  • 161
1
2 3 4 5