Hi,
I´m testing my repositories with svnadmin verify /folder/repositor.
In some cases, doesn´t happen everytime in the same repository,I run this command and I get a message:
Caught Signal.
Anybody knows what is it?
Thanks,
Alexandre
...
I'm trying to add something like:
subdir
modules
module1ext
module2ext
module3NOText
other dir not from externals
in which subdir/modules/module{1,2}ext are defined in externals specifically, but not /subdir nor /modules.This basically adds module{1,2}ext to the svn repo, but not subdir and modules.
So, now I want to ...
I've got a question that most likely doesn't have a unique and clear answer.
In the team we are using the SVN, many of the people are using the git-svn (treating it as a fancy SVN client).
We're storing some project related publications, reports, documents in the repository under let's say trunk/Documents/*. Each of the users creates h...
Hi,
I'm working on a Ruby on Rails (3 beta) project which is basically a simple back-office with users, contents and localizations.
This back-office will be our start for all news projects.
However this base isn't perfect and might be widely improved.
So i would like to keep improving this base during the development of the new proje...
Which is the right-click equivalent to svn status in TortoiseSVN? TortoiseSVN is a Windows' GUI for Subversion.
...
CVS vs SVN could 2 or more developers (1 using SVN the other using CVS) do so in a working environment effectively??
If the half team was using CVS and the other half used the other SVN say like in a competition to see which will dominate and become the winner thus the last repository standing the question is...
Could both teams connec...
Recently I installed new windows 7 in my system and then SVN client. Now when I gave my repository path and checked out the code then it directly checked out the code, without asking the password. I am sure I have configured my repository to ask for the password since I other users of that repository still requires to give their password...
Hi everyone!
I have a project where I have to pull data or code from SVN and create a sequence/class/UML diagram based on code/data retrieved from SVN.
My questions are:
1) How to connect to SVN server from java?
2) Is there any java libraries that can take a class method and generate a sequence diagram?
3) Is there any java library t...
I have a Subversion working copy with at least one missing file (the local copy got removed while fixing a tree conflict). It's funny because the file is versioned, it appears in the repository, the tree conflict resolution was 100% local (it happened on update and I didn't commit afterwards) and I've run "svn cleanup" several times but ...
Hi all
I am currently moving my SVN server from my home server to my remote server so I can access it more easily from other locations.
My remote server is not backed up so I want to regularly back it up to my home server.
Remote server is Windows 2003 server. Home server is Windows Home Server.
What is the best way to do this? can I ...
I'm looking to check out the code for the opensource project CloudLoop, but the svn repo is offline and no one seems to respond to inquiries. Can someone provide a mirror for what was stored at: http://svn.cloudloop.com/svn/cloudloop/
...
I have an old pet project I want to revive (haven't had enough time for it last year - small kid - you know) - so restored old copy of my dev folder from archive, but since I have rebuilt my machine since when - I can't remember what needs to be done now. I installed the latest version of TortoiseSVN, and the existing directory structure...
Trying to keep it simple, but with almost no experience in version control, here is what I came up with for version and deployment workflow for a facebook application that is already live:
Development:
branch from trunk
checkout and setup dev enviroment (automatically create database, netbeans project, facebook app, config file);
St...
By accident I called "svn import ..." in the wrong directory. Is there a sensible way to undo this mistake?
Googling I didn't find any useful answer, and the closest to my problem I found on stackoverflow was importing the correct data to the wrong place, whereas I imported the wrong data to the correct place.
And: the repository is NO...
Hi all! I've decided to learn version control and I have zero knowledge. I've read some tutorials and articles about subversions some time now but just can't figure it out! :)
I have my current project in localhost atm and going to move it in my live server for first testing purpose and then offcourse releasing it for public. I still wa...
Hi guys:
I'd like to understand when creating a branch, SVN just make a entire copy from trunk or make use of some mechanism to achieve it?
Thanks.
...
I replaced a folder and all its contents with a symlink. That is removed the folder and added a symlink, in a single git commit.
Git commit happened normally. However when I try to push to the upstream svn, it complains that the file exists.
Now, how do I amend my commit to not contain the git add of the new symlink and make it a new c...
We have set of web projects, which has a lot of shared html resources - .aspx, ascx files.
We already made split them in project folder structure and I know, which folders must be same for all 4 projects, and which are specific.
It should be a way in svn how to do this, right?
In worst case, maybe someone can recommend good tool to co...
I have a SVN repository and I used:
git svn clone <svn url>
I have also created a repository on github. So every time I push the changes to github I would also commit the changes back to SVN.
git svn dcommit
Everything worked fine until my harddisk crashed. Now I need to restore a working copy of my source code. I can think of two...
I checked out a git clone of the svn repo.
Some how, git checked in the .svn files into the repo.
I was only working on the git locally; so no problem. But I cant update any other svn repo anymore.
Even when I git svn clone the entire folder, I don't get the .svn folders. So, how do I delete them?
...