Bert Huijben

3,268
Reputation
344 views

Registered User

Name Bert Huijben
Member for 1 year
Seen 4 hours ago
Website
Location NL
Age 32
Senior Developer/Architect at The Competence Group.

Architect in the AnkhSVN Project.

Founder of the SharpSvn Project.

Full Committer of Subversion.

1d
answered svn : Can not Parse lock / entries hashfile
2d
answered How to synchronize two subversion repositories?
2d
comment Subversion misses new directories during update
A bug in the early 1.6.x releases added new locally added directories as sparse. This command will solve that. Recent 1.6.x clients don't have this issue any more
2d
comment Write current svn version into text file
If you pass a URL to svn without a revision via -r or PEG revisions (@...) you always ask for HEAD, so you can leave the -rHEAD out in your example.
Nov
26
revised What are the hurdles and dangers when migrating from Visual SourceSafe to SVN?
Fix typo
Nov
26
comment Accessing svn:mergeinfo via SharpSvn
You can just pass fileName as there is an implicit conversion from System.String to SvnTarget (creating a SvnPathTarget). There is also an automatic conversion from System.Uri to SvnTarget (creating a SvnUriTarget).
Nov
26
answered What are the hurdles and dangers when migrating from Visual SourceSafe to SVN?
Nov
23
comment SVN operation time on Vista/Windows 7/2008 RC2
Sometimes having a Windows Explorer window open on a folder being updated by AnkhSVN can slowdown things considerable. (In this case TortoiseSVN's external cache process is continuously scanning the directory for changes...)
Nov
10
comment Can i use Team Explorer 2010 with Visual Studio 2008?
If I read the question correctly, the question was if the client was compatible with the Studio.. not if it was compatible with a newer TFS server?
Nov
10
comment Install subversion repositories in my GoDaddy Shared hosting account
You can also install the free (as in beer) VisualSVN server. You can use that server with any (free or not) client.
Nov
10
comment svn setup permission issues
It is probably more usefull to give information on your linux distribution than on which program you are trying to install.
Nov
5
answered netbeans subversion authentication failed
Nov
4
answered Any latest experiences from recent daily build of AnkhSVN?
Nov
4
accepted Find the file with a given SVN URL within a SVN working copy
Oct
28
accepted How do I know if a branch has already been merged in SVN/Mercurial/Git?
Oct
25
answered How do I know if a branch has already been merged in SVN/Mercurial/Git?
Oct
22
accepted How can I change the repository url using AnkhSVN 2.x
Oct
18
answered WiX “Major Upgrade” doesn’t completely install app on downgrade
Oct
14
answered SVN post commit hook - find folder to which commit was done
Oct
6
accepted Get credentials from SharpSvn in C#
Oct
6
answered Get credentials from SharpSvn in C#
Oct
2
comment Help me understand Svn merge
Unless you have specific filetypes that aren't handled properly by the builtin diff you could leave out the '--diff3-cmd=' part, as the subversion builtin merge normally handles things just fine.
Sep
26
comment Several developers and one Subversion’s working folder
Much better solution than sharing a working copy.
Sep
26
comment SVN - How do I intercept and alter or add files on pre-commit?
Normally you want to pass the SvnLookOrigin that you can get via the SvnHookArguments class, not just SvnLookOrigin(@"..."), because that looks at HEAD. While you probably want to look at the current transaction.
Sep
22
answered Find the file with a given SVN URL within a SVN working copy
Sep
22
revised Can I use a text file to set svn:extertnals in sharpSVN’s setproperty() method ?
Added missing backslash
Sep
17
answered Can I use a text file to set svn:extertnals in sharpSVN’s setproperty() method ?
Sep
15
accepted How Can I read a file using sharpsvn client using c#
Sep
14
answered How Can I read a file using sharpsvn client using c#
Sep
14
revised How to move a subproject to a new folder in Visual Studio 2008 without breaking (ankhsvn) subversion revision history?
added 52 characters in body
Sep
14
answered How to move a subproject to a new folder in Visual Studio 2008 without breaking (ankhsvn) subversion revision history?
Sep
11
accepted subversion ankhsvn files disapear from solution explorer
Sep
10
answered Allowing the local aspnet account to excute SharpSvn.CreateRepository
Sep
10
comment Is AnkhSVN any good?
I would recommend selecting a third party diff tool in Tools -> Options -> Source Control -> Subversion User Tools... (Personally I use SourceGear DiffMerge; a free to use, but very advanced merge tool)
Sep
9
comment Can I use Subversion for a multi gigabyte data set?
Subversion uses the file time/size for status checks since Subversion 1.5. (1.0-1.4 only used the file time).
Sep
9
answered Using the current HTTP request identity as the default credentials for SharpSVN
Sep
9
answered How can i get access to the SVN pre-commit message using SharpSVN?
Sep
8
comment How can i get access to the SVN pre-commit message using SharpSVN?
Recent SharpSvn versions have a SvnLookClient that replicates the functionality of the svnlook command in .Net
Sep
2
answered subversion ankhsvn files disapear from solution explorer
Sep
1
accepted Unexpected subversion conflict behavior (Conflict with no conflicts)
Sep
1
answered Unexpected subversion conflict behavior (Conflict with no conflicts)
Sep
1
comment C# iterate over switch’s cases
And if the switch becomes to large, the C# compiler will generate a hashtable as switch implementation... Not very IL friendly indeed :)
Sep
1
revised Windows installer wont overwrite file when reinstalling
edited title
Aug
31
comment SVN Update fails due to folders with same name, just different case
This will not work on Windows. The Subversion administrative area of Subversion 1.0-1.6 can't handle file renames. (We are working on a new working copy library that will resolve this in 1.7)
Aug
31
answered Best practices for storing an ASP.NET web site in Subversion?
Aug
28
answered Is there a way to automatically push svn configuration settins from the server to the clients?
Aug
21
comment What are pros and cons of using git-svn?
Do you use file:/// to connect to your shared repository?
Aug
21
answered What source/version control to use for home?
Aug
21
revised What source/version control to use for home?
Fixed typo
Aug
21
awarded  Yearling