Questions tagged [svn-repository]

69 questions
1
vote
1 answer

Change postgres schema in Enterprise Architect in Server Based Repositories

We have a Server Based Repositories with postgres DBMS for Enterprise Architect. Enterprise Architect connect to postgress database just to public schema. so I run "PostgreSQL_EASchema.sql" in public schema. I want to change the schema for…
1
vote
1 answer

Is it possible to make a folder in an SVN repository to point to a folder in another repository?

I'm currently working on a very small open source project for Maemo 5. (Namely Sticky Notes.) I would like to incorporate some stuff from the Hildon Extras project. It seems that they have no binary packages, just an SVN repository, and the…
Venemo
  • 17,191
  • 9
  • 78
  • 117
1
vote
1 answer

Reordering subversion repository fails

I want to reorder a subversion repository; for this I use svnadmin dump, svnadmin load, svndumpfilter and sed. For example, I want to "move" the following directory (in fact, it's much more but I do it step by step now): project1/common/bib ->…
divB
  • 776
  • 10
  • 23
1
vote
1 answer

Is it possible to find who made last update of a piece of code in svn

I want to check revision history of a particular piece of code using svn repository. It will be ok if I could just check who made the last update, i.e. who is responsible for a the current state of a piece of code. I can go through the revision…
Rakib
  • 6,975
  • 6
  • 24
  • 43
1
vote
2 answers

How can the SVN URL in Redmine be changed?

I've installed Bitnami Redmine 2.5.0 stack onto a fresh new Ubuntu 12.0.4 VM. I've imported the old Redmine 1.2.1 db into a new db and finished the job with rake db:migrate RAILS_ENV=production. Now I can login into the upgraded Redmine with my old…
Montag451
  • 1,170
  • 3
  • 14
  • 30
1
vote
1 answer

How to copy files in an svn repo to another folder on the server

Running a centos 6 server with svn repos stored on it. To deploy updates, I'd like to copy from the relevant directory within the svn repo to the appropriate /var/www website directory. Is there a simple way to do this?
valen
  • 777
  • 1
  • 13
  • 38
1
vote
1 answer

Why svn log -r head is different than svn log -l 1?

I have just made a small change ( commited that change ) to SVN in one of the scripts (being few directories deep inside SVN repo). Now if I run svn log -l 1 in my main directory I will not get my last change. Although if I run svn log -r head I…
Patryk
  • 18,244
  • 37
  • 110
  • 212
1
vote
1 answer

Issues regarding SVN folders and good repository name

I am a little bit confused how SVN related settings should be configured assuming I want to use SVN on my local machine. They are as below: Are the folders -- trunk, branch and tag -- created by default or do we need to introduce it ourselves (like…
alfa_80
  • 397
  • 1
  • 4
  • 19
1
vote
1 answer

SVN Repository went down and .svn folder missing from the working copy

My SVN Repository(server down for few hours) went DOWN. When the SVN Users update their working copies, '.svn' folder and files/folders that are synced to the repository went missing! How to fix this issue? or Will this issue automatically resolved…
SPUser
  • 29
  • 5
1
vote
1 answer

Restore users in SVN after migration

How can I restore the user accounts after restoring the dump file, so that the repository starts functioning with the former user accounts and access rules?
user677700
  • 11
  • 1
0
votes
3 answers

How can I change the repository URL in Subversion?

I know that my scenario is a little bit twisted. I have come across a repo owner asking to change the name of the repo URL. Basically they want to change it from h..p://svn/ABC/Repo_XYZ to h..p://svn/ABC/XYZ/. First of all I am interested to know if…
Alix
  • 2,687
  • 3
  • 23
  • 41
0
votes
0 answers

How can we copy files from one repo to another repo of SVN with history intact

How can we copy files from one repo to another repo of SVN with history intact
0
votes
0 answers

Errors in accessing SVN repo url in macbook

I want to connect to a SVN repository, I have a url but I cannot connect to it. I am using command line tool in MAC : svn checkout (the repo url) Error : svn: E170013: Unable to connect to a repository at URL svn: E120108: Error running context: The…
Junky2712
  • 3
  • 1
0
votes
0 answers

Backup specific SVN Revision

I have repository which contains multiple projects in the trunk folder. The requirement is to keep the latest 3 revisions in the repository of each projects and backup the remaining revisions. Example: "test1" application has revisions 1-10. I…
0
votes
1 answer

Sync from local git folder to remote folder

I want to know is possible to sync from local git repository to remote server. I have git repository in our server on LAN I have a git repository in Remote server like Godaddy or Amazon. Is it possible to sync changes files from LAN git…
Hari s
  • 1
  • 1