Is it possible to configure svn such that it automatically sets the svn:keywords property after svn-adding a file?
That is, when I add a file to svn, I usually do that with two steps:
svn add someNewFile.foo
svn propset svn:keywords "HeadURL Revision Author Date Id" someNewFile.foo
and I'd like to have the 2nd step automatically done...
Question is simple, if one needs to migrate subversion repository to TFS 2010 RTM what is the best tool to use.
I have found http://www.timelymigration.com/ and looks good but after contacting them I found out that during the migration timestamps on the changesets are lost. All timestamps are set to date of migration and real timestamps...
Recently, I had to move my SVN repositories to a different server,
but I am experiencing some performance problems since the move.
I am using Visual Studio 2005, AnkhSVN 2.1.7819.411 and TortoiseSVN 1.6.6 on my workstation and VisualSVN Server on the server which runs Windows Server 2008.
Whenever I try to commit a file or view the fi...
I want to write a small bakcup script that would that my shelf changes in IntelliJ and put them on a netwrok drive. But I can't locate the path to where these are stored on my local drive.
Any ideas?
...
repo layout:
a/1
a/2
a/3
...
b/1
b/2
...
c/1
c/2
...
git-svn works perfect for me if I work on 1 svn repo subdir.
But right now I'm facing the need to work on several subdirs (like, a/1, a/2, and b/1), and there's much shit in repo besides them.
I've managed to write a regexp for this, but git-svn with --ignore-paths seems to check each...
hi, sorry for maybe this is stupid question, I just want download source code form the link as follows: http://argouml.tigris.org/source/browse/argouml/trunk/src/
I try to use the command :
svn checkout http://argouml.tigris.org/source/browse/argouml/trunk/
but it throw error :
svn: OPTIONS of 'http://argouml.tigris.org/source/bro...
Hi.
I have been using Subversion for a few days now and have a question...
I have a folder deep in my subversion trunk
that I want to remove and replace with another folder.
I have read about this on here and tried:
Export:
I clicked on the folder I wanted to remove
I then created a new backup folder elsewhere when prompted
I the...
When changing the VCS for my project FakeItEasy from SVN to Mercurial on Google Code I was a bit too eager (I'm funny like that). What I did was just checking the latest version out of SVN and then commiting that checkout as the first revision of the new Mercurial repo. This obviously has the effect that all history is lost.
Later when ...
We want to do some performance optimizations on our local SVN server (like moving to a better server, adding an SSD, etc...)
Is there some benchmark I could use to see if these modifications actually help performance?
...
Hi,
I'm trying to get all branches of repository by using SharpSvn but I can not find any method can do it.
Is it possible to get all branches by using SharpSvn?
Thanks for reading my question.
Handle
...
Hello!
I recently used git-svn to clone an SVN repository, for the purposes of maintaining my own branch of an open-source project.
I'm also working with others on this branch, so we use a shared Git repository to help with the collaboration.
A colleague wishes to fetch new revisions from the original SVN repository. How might he acco...
As part of migrating full CVS history to Hg, I've used cvs2svn to create an SVN repo in a local directory. It's first level directory structure is:
2010-04-21 09:39 AM <DIR> .
2010-04-21 09:39 AM <DIR> ..
2010-04-21 09:39 AM <DIR> locks
2010-04-21 09:39 AM <DIR> hooks
2010-04-21 09:39...
I'm starting a new project. I familiar with TortoiseSVN, and all its downsides. Shall I start using Mercurial instead? What are the pros and cons using Mercurial over Subversion?
...
when i create a new netbeans project netbeans tend to manage it with subversion by default.
i dont want that.
is it a way to remove it?
...
We have a suite of related products written in VB6, with some C# and VB.NET projects, and all the source is kept in a single Subversion repository.
We haven't been using branches in Subversion (although we do tag releases now), and simply do all development in trunk, creating new releases when the trunk is stable enough. This causes no ...
We have a project where 99% of the code is PL/SQL, including the front end (Oracle forms). All 10 developers use the same DB instance for developement. The project is big (thousands of DB objects) so there is rarely any contention and any that exist is serialized by locking objects in Subversion before making any changes to them in DB (t...
There is a file called 'format' in the root repository folder. It contains the number 5.
Does it mean our SVN Server is running on SVN 1.5 ?
...
It seems to me that if I enable proxy server in TortoiseSVN then pure command line svn client also starts work via proxy server.
Is it correct?
If yes - where TortoiseSVN stores this setting?
...
I know, other RCS are better, but...
I have moved an SVN repository from file:///path/to/repo to http://host.name/svn/repo
but there is a working directory (checkout out from file://) with changes that want commiting to the http location.
How then, can I change the repo a working directory will commit to when issuing svn commit?
I'd r...
I have svn repository where I have scheduled some files and folders to be moved in the repository with svn mv. I also have some files that are peers of the files to be moved that have local modifications of which I only want a subset of those files to be committed along with the moves.
e.g. the output of svn st would look like:
D ...