Top "Svn-repository" questions

Change SVN repository URL

My current SVN structure: Path: . URL: svn://someaddress.com.tr/project Repository Root: svn://someaddress.com.tr Repository UUID: ------------------------------------- …

svn svn-repository
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 …

svn tortoisesvn svn-repository
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 …

svn jenkins commit svn-repository
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 …

svn working-copy svn-repository
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 …

svn svnadmin svnserve svn-repository
How to rename a repository in SVN?

I need to rename my existing repository root name to a new name. I am using svnserve server. URL: svn://…

svn svnadmin svnserve svn-repository
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 …

python svn svn-repository