We are currently using SVN in the checkout-modify-merge mechanism and instead I want to re-configure the SVN server so that we change this to lock-modify-unlock mechanism. We use Tortoise SVN client and I saw that it is possible to individually change the property of single files to enforce the "needs-lock" property but this is too labor...
I executed the following command:
find / -type f -name fs-type -exec svnlook tree {} \; |egrep "/$"
The result was
svnlook: Can't open file '/var/lib/svn/repos/b1me/products/payone/generic/code/core/db/fs-type/format': Not a directory
svnlook: Can't open file '/var/lib/svn/repos/b1me/products/payone/generic/code/fees/db/fs-type/fo...
Hey,
I have a repository for one of my projects that has a nested repository using the svn:externals property to update files from an external library. The problem is that I need to comment out one of the function declarations from one of the headers in this library, and carry around the modified header with the root repository.
Is the...
What's better to put on a web server? I'm new to Revision Control so I wouldn't know. Also this project exists already but I would like to implement some revision control on it and put it on a web server because there are multiple people that work on the code and multiple computers. Thanks!
...
Hello.
I have successfully set up a post-commit script that can send e-mails and whatever.
I extended it to, on commit, checkout the newly committed repo locally and run doxygen on it.
I have an issue with permissions though. When I do a commit (which is mapped through HTTP), my post-commit log says permission denied for both checking ...
This is my situation: I'm developing a Java application as a project for a professor. I'm using xp-dev.com as svn repository.
This morning my professor told me I have to upload my project to the university svn repository where I'm not the admin. I have write permissions only on my personal directory, that's it.
Is there a way to configu...
I'm trying to git-svn to work on a private shadowcat svn server.
git svn clone -s http://dev.catalystframework.org/repos/Catalyst/Catalyst-Plugin-ConfigLoader/
Initialized empty Git repository in /home/ecarroll/code/perl/foo/Catalyst-Plugin-ConfigLoader/.git/
Using higher level of URL: http://dev.catalystframework.org/repos/Catalyst/Cat...
When I open SVN working folder with Dreamweaver, it creates additional folder and files.
Do I have to commit it to the SVN or don't?
...
Can patch files be read by TFS or visual studio? I'd like to either create a shelveset or apply the patch to a workspace in TFS.
...
I am merging a branch back into trunk using re-intergrate. The dry run succeeds without any conflicts so I proceed to merge and get the following error
Working copy 'D:\Repositories\FwCore\'
locked Error reading spooled Report
request response Please execute
'Cleanup' command
Cleanup does not do anything. I have merged the tr...
Dear Experts,
I have corrected my httpd config file after that I could able succeed the LDAP authentication
Now I am trying to checkout the files
using the following code
SvnClient client = new SvnClient();
SvnCheckOutArgs coArgs = new SvnCheckOutArgs();
bool isCheckedOut = client.CheckOut("http://100.21.45.12:8999/SVN/myrepo/SDT", wo...
Hello.
We have a subversion repository with top-level projects, each projects with trunk/branches/tags. And now we need to restrict access to one of projects for a limited number of developers. All work fine, except that while person who don't have access to this project performs "update" on repository via TortoiseSVN, the red 403 "forb...
I am trying to come up with a canonical way to structure my source code projects. I use JetBrains IntelliJ IDEA and Subversion (1.6.12) (using SmartSVN as my GUI).
I have created a source directory structure like this:
project
+ trunk
+ branches
+ tags
and open a new IDEA project in the trunk directory. I write some code :-).
...
So I have a Subversion Repo /project which was last updated 2 months ago. Some changes where made on the production site (Yeah not my idea, one of the other dev's) and now I need to add those changes into the subversion repo.
So I've zipped up the production files/directories and copied them onto my local dev box, also checkout the late...
I have an SVN (1.6.12) project containing a trunk and one branch. I am trying to learn how merging works.
project
+ trunk (14)
+ branches
+ test-branch (14)
The numbers in parentheses are the revision numbers. I execute a merge from the trunk to the test branch using the the commands "cd branches/test-branch; svn merge svn+ssh://......
We committed some times in /foo path. Now we want to start the /foo history from scratch. How to delete /foo and his history from svn? It is possible?
...
how i can cancel the password of svn list .... when i execute svn list it is Requests the password twice... i need to execute it without password
...
how i can make svnlook tree view just 2 level ?
...
Hi,
I've read a few posts about backing up Subversion (on Windows) in particular this post.
It was my intention to simply do a backup of the folder where my repository is located each evening to a network share. I'm now guessing this is not sufficient? My checked out source code folder is 412MB yet my repository is only 287MB.
Any sug...
I want to install a svn web client on Linux (preferred) or Windows. I need only read-only capabilities (no commit required) and I want to be able to compare revisions using diff. my svn server is on another machine so the web server needs to access it over http.
It should also be free...
Do you know any such web client?
...