is there any way to use Relative path when configuring subversion externals.
for example
Trunk
- directoryA
- directoryB
- projectA {external DirectoryB}
for configuring ProjectA we have to configure full path in the external property.
which is causing problems or forcing us to do change the propert...
Hi i would to know how to se up a svn server? Now, i'm using VisualSVN a TortoiseSVN, but i don't know what are the directories "branch" "trunk" "tags".
Can anyone explain me how it works?
I read the svn book and many sites articles about it but i don't understand.
...
Does anyone know where a log of who connected to my subversion server and what they did with it is?
I'm looking to find out what time and which files were checked out.
I'm assuming that it has something like a webserver log somewhere and I just can't find it.
EDIT: From the response below, I wasn't aware that there are different wa...
Today our virtual W2003 server storing our SVN repository (too) became very-very busy. It turned out that it had only 88KB free space left on the C: drive. Not that good. Due to access problems, the only way we could reboot it by killing the busy processes from task manager (McAffee, SqlServer, services.exe) and then gracefully reboot. W...
I have a server that hosts my Subversion code base. That server is currently a Server 2003 box, and my IT admin wants to update it to Server 2008.
This means that I'm going to need to move my Subversion repository while the server gets built up and was wondering what the best practices are for moving the repository to a new server.
It...
Up till now I have been developing my personal and school
projects at home without using any form of revision control
software to handle my changes and whatnot.
My question is, how feasible is it to use a Version
Control application (such as TortoiseSVN) for
personal projects I do for myself (and even school
projects) ?
Is it worth the...
How do I update my subversion repository so it can accept updates to the log message field? I've got a Windows installation and I changed the pre-revprop-change.tmpl file name to a batch file, but now when I try to update a the log message property my tortoise svn just hangs and the property isn't updated. Am I doing something wrong?
S...
I'm a newbie with Subversion, so I don't now if this is a dumb question:
I've inherited a subversion repository with a flat structure ( no trunk/tags/branches top level).
I'd like re-structure it so that it follows the
/trunk
/tags
/branches
layout.
Is this possible?
...
This afternoon, upon noticing a broken build and the fact that some files looked like very old versions (about 2 weeks old), I checked the svn log. Apparently just this afternoon, 1 of the developers did an "svn copy" of a directory from an older revision to the same directory. Thus it appears that the latest version "i.e. head" of all...
Can these two SVN clients collaborat? I have my projects checkouted with Tortoise, but now I would like to be able to use the SVN functionality (mostly updating and commiting) from inside of the Eclipse. But the Subcipse doesn't see the SVN status of the files checkouted by Tortoise.
I'm doing similiar with Tortoise and MSVS plugin Ankh...
I'd like to have revision number of source code to Delphi's source code and exe version. What is the best way to do this automatically?
I'd like to display the revision number in "About" screen and in the version info of the project.
I'm using currently Delphi IDE (2006/2007) and Tortoise SVN.
...
I set up my svn in assembla, and I code and test on my local machine that is set up identical to the production server. THen, I commit changes to assembla svn and also ftp upload to my production server.
How can I improve my workflow? I would like to keep my svn on assembla because I can often move to another production server.
Thank y...
I have set up a version control system using TortoiseSVN at my home to manage my pet projects, school projects etc...and it works locally.
Now I need to be able to access my code repository remotely, like from school, so that I will be able to update the source at school from the repository, and commit it again once I have finished work...
Some servers only support ftp to upload files.
When I export the a project from my subversion repository to my windows machine, all (linux) symlinks are replaces by placeholder-files:
link ../www_public/images
after uploading the all exported files I now use
find | xargs grep -P ^link
to find all those placeholders. I then repla...
Is it possible for an Subversion client to break a repository in any way? This could be any sort of destructive disruption, but it must be such that it cannot be recovered from without restoring the repository from a backup.
Obviously, deleting everything and then checking that it is easy to fix simply with a rollback, so I am looking f...
I browsed around here on Stackoverflow and found this topic : http://stackoverflow.com/questions/279/aspnet-visual-studio-and-subversion-how-to-integrate
However that didn't help me in my case, or i might just be a little stupid.
So to my problem!
Installed VisualSVN on a Server far far away and while this works perfectly, i can add m...
I received a dump file of a SVN repository that I'm moving to my server. Let's call it myserver.com/svn. The load statement prints out a long list of files loaded and reports no error. However, once I try to access the repository for checkout, or relocate my existing checkout, I'm told:
Repository moved temporarily to 'http://www.mys...
Im pulling my hair out on this one.
I have a site which is version controlled using SVN, I use aptana (eclipse, subclipse) to do the svn. I have been checking in and out files, updating etc and everything is fine. However the system we have been building has been adding its own files and folders.
When I try to commit these, it tells me...
I sometimes code when i'm away from the office. I would like to continue to use the benifits of source control when not connected to the company network.
My ideal system would allow me to checkin revisions to a repository on my laptop that would then sync with our main SVN repository when I connect to the company network. when syncing w...
I there a PHP based source control 'server' that is compatible with SVN clients?
I'd like to host my SVN on my hosting servers, however the current host will not allow me to start any process or install any software
...