I do freelance work from home - several websites based on Wordpress, OpenCart, other open source projects and sometimes some custom made CMS/ecommerce.
I'm trying to get organized to have a local Source Code Control tool - to keep track of changes, etc.
I've tried SVN - its ridiculously slow - I guess because of the number of small file...
Is there a way to checkout single file from different SVN directory to single Target directory.
Ex: on SVN repository
svn://ddev/EDW/trunk/src/etlDataStream/ASGC
files: File1.dtsx
File2.dtsx
svn://ddev/EDW/trunk/src/etlDataStream/HIRD
files: File5.dtsx
File6.dtsx
I want this to be pushed to single directory of Target ...
Relatively new with SVN. I am using svn on local system (OpenSuSE 11.3). I have already created a repo folder with svn. Access repository with file:///path . I am having problems with files bring copied from repo and commit to repo
In my workplace folder I cannot see the files from repo after running the checkout command
svn checkout f...
I just convinced two teammates in a class that I'm taking to start using Mercurial. When I learned it a few years back I just read the main site, asked questions on IRC, and played with it to figure it out. However, given the pace of the class I don't think either of them are going to want to take the time to learn it that way. I was ...
I have an issue with accessing an HTML file in an SVN repository. Its contents are displayed as plain text.
What I would like to do is to link to that always up-to-date file from an external website, but I'd like the HTML file to simply launch in the browser (it's a TiddlyWiki file, rather unreadable for human beings in raw text form).
...
I want to check out this version of webkit.
Any idea how can I do it through svn?
http://trac.webkit.org/browser/releases/WebKitGTK/webkit-1.2.0
Is it possible to download only code and no .svn folders?
...
Hello,
I just found out this nice SVN option that would be very useful on our project, but yet again I'm having problems integrating it with word files, .docx to be exact.
I am using Tortoise client. If I create .txt file with $Rev$ content in it and put SVN property on it with Rev it works like a charm, in other words when I commit th...
Whenever I start working on a new branch, I need to re-enable subversion integration (Version Control --> Enable Version Control Integration).
This is a fresh installation of IntelliJ, and I don't remember this phenomenon in previous times I installed it. Am I missing some global configuration?
...
Okay, so I developed this program and used SVN for revisions, on a local repository.
Is it even possible to transfer this information to a forge, which is also svn based?
I've been told I need to use git-svn, in which case I would love to have some guidance on how to use it, under Windows, preferrably.
Thanks in advance,
--Gabriel
...
Anyone have good experience with tools migrating codebase from VSS to Subversion (preserving histories, meta-data)?
Any feedback will be much appreciated.
...
Hi, I'm trying to automate some Subversion processes and I'm running into problems with conflicts. When I merge two branches, sometimes I get tree conflicts and regular (text) conflicts. I'd like to be able to resolve everything using the repository copy:
svn resolve . -R --accept theirs-full
but if there are tree conflicts, it yell...
My Gmail/Google username is not a username I generally go by, and one I'd rather forget. I don't seem to be able to change my Google username, but I contribute to a Google Code project using git svn.
In Git, I can specify my name and e-mail address using my ~/.gitconfig file in the [user] section. Same with Mercurial and hgrc.
But the ...
Is there any reliable way to convert CVSNT to SVN?
...
Hi
We have a .Net solution for a website, consisting of 5 projects, and there are a few(less than 10) developers working on the solution. We deploy almost on a daily basis.
The question is, how to setup the SVN repo to support this scenario (the daily deploy), also mentioning that not every commited file should go to production, there is...
I just installed Eclipse IDE for Java EE developers on my Ubuntu system. Is SVN already part of the Eclipse package?
If not,
How do I install SVN from Eclipse - so that I could create a new project from files checked out from a repository?
Do I need to download and install a subclipse package from tigris? Can't I do it from within...
This is a annoying problem and I have no idea what is causing it. java and projects are two svn repository directories in /home/svn.
drwxrwSr-x 6 svn svn 4096 2010-10-19 19:36 java
drwxrwsr-x 6 svn svn 4096 2010-10-18 17:20 projects
They have the same permissions and files inside them have same permissions as well, which is drwxrwsr-...
hi, guys,
if i use python write a script to call svn as a subprocess to checkout source code,
e.g.
p = subprocess.Popen("svn checkout file:///tmp/repos/test mine"),
what is the return value of the success or failure of svn-checkout subprocess?
Thanks
...
We have a local server with SVN installed on it that we are using for development/testing purpouses. We would like to checkout the data from it to the live server that is somewhere out there.
The only way to do that which I thought of was to use "svn checkout" from the live server, right? This way we do not need to FTP the changes to it...
Hello again!
I am currently looking at the efficiency and ease of our companies source code / resource management tools..
For the last couple of months i have been using Git to manage all of my web development code and images.. and for me it works fine.
However some of my colleges aren't entirely comfortable using the command line.
o...
Hi,
I have an svn repository on Centos 5.x. When i try accessing the repository through my browser, all works fine - all is via http.
I now want to connect to this svn repository through myeclipse ide. All stoped working suddenly (haven't done any update), I have tried subclipse and subversive, need to add that this problem happens wit...