2
votes
2answers
36 views
Svn: How do I list all files ever committed to the repository?
Hello, everyone!
How could I let SVN list all files which were ever committed to a repository (if possible, along with location and revision).
More exactly: I need all ever exist …
2
votes
3answers
48 views
How to display list of repositories from subversion server
I'm looking for a way to search a whole subversion server.
I already got a piece of the puzzle to search within a repository. Now I need to do this for every repository.
Update: …
5
votes
2answers
50 views
read-only git mirror of an svn repository
What would be the best way to set up a read-only git mirror of an existing svn repository, and set up post-commit hooks such that whenever someone commits to svn, the git mirror is …
2
votes
2answers
28 views
Subversion working copy newer than server because of rollback from backup
So, my server administrator rolled back the subversion server from a backup.
My working copy is at revision 1534, but the server is now at 1525, which yields some problems:
$ svn …
0
votes
3answers
52 views
Tools that automate merging of text files?
I have trouble where, for some reason, SVN would only merge the newly generated template code to implemented code (thus overwriting whatever I had done), but not the other way arou …
5
votes
2answers
76 views
How to search for file in subversion server?
Is there a way to search for a file in a subversion repository?
Something similar to Unix' find command, with which I can find the location of a file in a repository.
I know ther …
0
votes
3answers
44 views
Automatically detecting an FTP upload and committing it to SVN
Perhaps this question is more suited for serverfault, but I'm going to try here first anyway...
Is there was a way to detect when a user uploads a file to a server and automatical …
2
votes
2answers
49 views
Organizing Python projects with shared packages
What is the best way to organize and develop a project composed of many small scripts sharing one (or more) larger Python libraries?
We have a bunch of programs in our repository …
1
vote
3answers
51 views
SVN just won’t ignore a folder, despite propset svn:ignore
Take folder files, inside an SVN working copy, running in Linux. The folder was set to be ignored, with the commands:
svn propset svn:ignore * 'files'
svn propset svn:ignore 'def …
0
votes
2answers
43 views
SVN : missing files in local copy.
Hi,
I use Eclipse Subversion client to checkout my project from a svn repository.
My coworkers has committed 2 new files which i can see on the svn remote repository but I can't g …
8
votes
4answers
104 views
Working locally with Git when main repository is SVN
There is an open source project I want to checkout and contribute to. The main repository is SVN but I want to work in Git. Is this possible?
Most of my searches turns up guides w …
1
vote
2answers
39 views
Visual SVN Server - projects storage location
Hi,
I recently installed Visual SVN Server. I Put Repository on D:\Repositories and added some projects to the Repository via. Visual Studio 2008.
D:\Repositories\reponame seems …
0
votes
2answers
24 views
To take the backup of required files of SVN repository
Dear All,
I need to take the backup of one folder of my SVN repository. for this i have tried with svndump and svndumpfilter commands but of no use.
Can any one pls. explain how …
0
votes
4answers
57 views
How to prevent a file from being commited/revised in subversion?
I have a file in repo which I do not want anybody to update.
What can I do?
2
votes
3answers
63 views
When is the reintegrate option really necessary?
If you always sync a feature branch before you merge it back, why do you really have to use the --reintegrate option?
The Subversion book says:
When merging your branch back t …
