Cleanup
This commit is contained in:
parent
63523f1345
commit
dfd9579a8f
119 changed files with 220 additions and 779 deletions
216
.gitignore
vendored
Normal file
216
.gitignore
vendored
Normal file
|
@ -0,0 +1,216 @@
|
|||
#################
|
||||
## Eclipse
|
||||
#################
|
||||
|
||||
*.pydevproject
|
||||
.project
|
||||
.metadata
|
||||
bin/
|
||||
tmp/
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
*~.nib
|
||||
local.properties
|
||||
.classpath
|
||||
.settings/
|
||||
.loadpath
|
||||
|
||||
# External tool builders
|
||||
.externalToolBuilders/
|
||||
|
||||
# Locally stored "Eclipse launch configurations"
|
||||
*.launch
|
||||
|
||||
# CDT-specific
|
||||
.cproject
|
||||
|
||||
# PDT-specific
|
||||
.buildpath
|
||||
|
||||
|
||||
#################
|
||||
## Visual Studio
|
||||
#################
|
||||
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
|
||||
# User-specific files
|
||||
*.suo
|
||||
*.user
|
||||
*.sln.docstates
|
||||
|
||||
# Build results
|
||||
|
||||
[Dd]ebug/
|
||||
[Rr]elease/
|
||||
x64/
|
||||
build/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
|
||||
# MSTest test Results
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
||||
*_i.c
|
||||
*_p.c
|
||||
*.ilk
|
||||
*.meta
|
||||
*.obj
|
||||
*.pch
|
||||
*.pdb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
*.tlh
|
||||
*.tmp
|
||||
*.tmp_proj
|
||||
*.log
|
||||
*.vspscc
|
||||
*.vssscc
|
||||
.builds
|
||||
*.pidb
|
||||
*.log
|
||||
*.scc
|
||||
|
||||
# Visual C++ cache files
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.cachefile
|
||||
|
||||
# Visual Studio profiler
|
||||
*.psess
|
||||
*.vsp
|
||||
*.vspx
|
||||
|
||||
# Guidance Automation Toolkit
|
||||
*.gpState
|
||||
|
||||
# ReSharper is a .NET coding add-in
|
||||
_ReSharper*/
|
||||
*.[Rr]e[Ss]harper
|
||||
|
||||
# TeamCity is a build add-in
|
||||
_TeamCity*
|
||||
|
||||
# DotCover is a Code Coverage Tool
|
||||
*.dotCover
|
||||
|
||||
# NCrunch
|
||||
*.ncrunch*
|
||||
.*crunch*.local.xml
|
||||
|
||||
# Installshield output folder
|
||||
[Ee]xpress/
|
||||
|
||||
# DocProject is a documentation generator add-in
|
||||
DocProject/buildhelp/
|
||||
DocProject/Help/*.HxT
|
||||
DocProject/Help/*.HxC
|
||||
DocProject/Help/*.hhc
|
||||
DocProject/Help/*.hhk
|
||||
DocProject/Help/*.hhp
|
||||
DocProject/Help/Html2
|
||||
DocProject/Help/html
|
||||
|
||||
# Click-Once directory
|
||||
publish/
|
||||
|
||||
# Publish Web Output
|
||||
*.Publish.xml
|
||||
*.pubxml
|
||||
*.publishproj
|
||||
|
||||
# NuGet Packages Directory
|
||||
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
|
||||
#packages/
|
||||
|
||||
# Windows Azure Build Output
|
||||
csx
|
||||
*.build.csdef
|
||||
|
||||
# Windows Store app package directory
|
||||
AppPackages/
|
||||
|
||||
# Others
|
||||
sql/
|
||||
*.Cache
|
||||
ClientBin/
|
||||
[Ss]tyle[Cc]op.*
|
||||
~$*
|
||||
*~
|
||||
*.dbmdl
|
||||
*.[Pp]ublish.xml
|
||||
*.pfx
|
||||
*.publishsettings
|
||||
|
||||
# RIA/Silverlight projects
|
||||
Generated_Code/
|
||||
|
||||
# Backup & report files from converting an old project file to a newer
|
||||
# Visual Studio version. Backup files are not needed, because we have git ;-)
|
||||
_UpgradeReport_Files/
|
||||
Backup*/
|
||||
UpgradeLog*.XML
|
||||
UpgradeLog*.htm
|
||||
|
||||
# SQL Server files
|
||||
App_Data/*.mdf
|
||||
App_Data/*.ldf
|
||||
|
||||
#############
|
||||
## Windows detritus
|
||||
#############
|
||||
|
||||
# Windows image file caches
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
|
||||
# Folder config file
|
||||
Desktop.ini
|
||||
|
||||
# Recycle Bin used on file shares
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# Mac crap
|
||||
.DS_Store
|
||||
|
||||
|
||||
#############
|
||||
## Python
|
||||
#############
|
||||
|
||||
*.py[cod]
|
||||
|
||||
# Packages
|
||||
*.egg
|
||||
*.egg-info
|
||||
dist/
|
||||
build/
|
||||
eggs/
|
||||
parts/
|
||||
var/
|
||||
sdist/
|
||||
develop-eggs/
|
||||
.installed.cfg
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
.coverage
|
||||
.tox
|
||||
|
||||
#Translations
|
||||
*.mo
|
||||
|
||||
#Mr Developer
|
||||
.mr.developer.cfg
|
Binary file not shown.
Binary file not shown.
|
@ -10,6 +10,7 @@ D:\Z - Norbi cucca\0 Projektek\Handwriting program\Handwriting program\obj\Debug
|
|||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\Handwriting program\Handwriting program\bin\Debug\Handwriting program.dll.config
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\Handwriting program\Handwriting program\bin\Debug\Handwriting program.dll
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\Handwriting program\Handwriting program\bin\Debug\Handwriting program.pdb
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\Handwriting program\Handwriting program\obj\Debug\Handwriting program.csprojResolveAssemblyReference.cache
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\Handwriting program\Handwriting program\obj\Debug\Handwriting_program.Form1.resources
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\Handwriting program\Handwriting program\obj\Debug\Handwriting_program.Handwriting.resources
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\Handwriting program\Handwriting program\obj\Debug\Handwriting_program.Properties.Resources.resources
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -117,7 +117,6 @@
|
|||
<DependentUpon>ChatPanel.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="CurrentUser.cs" />
|
||||
<Compile Include="ErrorHandling_REMOVE.cs" />
|
||||
<Compile Include="Forms\InvitePartner.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
|
@ -215,7 +214,6 @@
|
|||
<DependentUpon>PartnerInformation.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Scripts\ScriptInAppDomain.cs" />
|
||||
<Compile Include="ProgressStatistic.cs" />
|
||||
<Compile Include="Forms\ScripterWindow.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
|
@ -230,7 +228,6 @@
|
|||
<DependentUpon>SettingsForm.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Storage.cs" />
|
||||
<Compile Include="StreamHelper.cs" />
|
||||
<Compile Include="TextFormat.cs" />
|
||||
<Compile Include="Theme\NoImage.cs" />
|
||||
<Compile Include="Theme\Theme.cs" />
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,10 +1,9 @@
|
|||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\MSGerTextBox\bin\Debug\MSGerTextBox.exe.config
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\MSGerTextBox\bin\Debug\MSGerTextBox.exe
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\MSGerTextBox\bin\Debug\MSGerTextBox.pdb
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\MSGerTextBox\obj\Debug\SzNPProjects.TextBox.Form1.resources
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\MSGerTextBox\obj\Debug\SzNPProjects.TextBox.MSGerTextBox.resources
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\MSGerTextBox\obj\Debug\MSGerTextBox.Properties.Resources.resources
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\MSGerTextBox\obj\Debug\MSGerTextBox.csproj.GenerateResource.Cache
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\MSGerTextBox\obj\Debug\MSGerTextBox.exe
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\MSGerTextBox\obj\Debug\MSGerTextBox.pdb
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\MSGerTextBox\obj\Debug\SzNPProjects.TextBox.Form1.resources
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\MSGerTextBox\obj\Debug\SzNPProjects.TextBox.MSGerTextBox.resources
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\MSGerTextBox\obj\Debug\MSGerTextBox.csprojResolveAssemblyReference.cache
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -8,6 +8,7 @@ D:\Z - Norbi cucca\0 Projektek\RichListView\RichListView\RichListView\obj\Debug\
|
|||
D:\Z - Norbi cucca\0 Projektek\RichListView\RichListView\RichListView\obj\Debug\RichListView.pdb
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\RichListView\RichListView\bin\Debug\RichListView.dll
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\RichListView\RichListView\bin\Debug\RichListView.pdb
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\RichListView\RichListView\obj\Debug\RichListView.csprojResolveAssemblyReference.cache
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\RichListView\RichListView\obj\Debug\SzNPProjects.RichListView.resources
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\RichListView\RichListView\obj\Debug\RichListView.csproj.GenerateResource.Cache
|
||||
D:\Z - Norbi cucca\0 Projektek\MSGer.tk\0 Repository\RichListView\RichListView\obj\Debug\RichListView.dll
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,101 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<title>SVN Cheat Sheet</title>
|
||||
<meta name="generator" content="Virtual Mechanics SiteSpinner V2 291g">
|
||||
<meta http-equiv="imagetoolbar" content="false">
|
||||
|
||||
<style type="text/css">
|
||||
<!--
|
||||
|
||||
a:link {color: #0000ff;}
|
||||
a:visited {color: #800080;}
|
||||
a:active {color: #ff0000;}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
img {
|
||||
border-width: 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
.dfltt {
|
||||
font-family: 'Times New Roman';
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
text-decoration: none;
|
||||
text-align: left;
|
||||
color: #000000;
|
||||
}
|
||||
.lalign {
|
||||
position: relative;
|
||||
text-align: left;
|
||||
}
|
||||
.ralign {
|
||||
position: relative;
|
||||
text-align: right;
|
||||
}
|
||||
.calign {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
}
|
||||
.jalign {
|
||||
position: relative;
|
||||
text-align: justify;
|
||||
}
|
||||
#Oobj23 {
|
||||
position: absolute;
|
||||
font-size: 10px;
|
||||
z-index: 1;
|
||||
text-align: left;
|
||||
left: 1.00em;
|
||||
top: 4.00em;
|
||||
width: 6.00em;
|
||||
height: 2.40em;
|
||||
}
|
||||
.txt0 {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
#Oobj31 {
|
||||
position: absolute;
|
||||
font-size: 10px;
|
||||
z-index: 2;
|
||||
text-align: left;
|
||||
left: 0.00em;
|
||||
top: 0.00em;
|
||||
width: 34.20em;
|
||||
height: 3.10em;
|
||||
}
|
||||
.txt1 {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="Oobj23">
|
||||
<div id="Grtf21" class="dfltt">
|
||||
<span class ="txt0">Todo..<br>
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="Oobj31">
|
||||
<div id="Grtf29" class="dfltt">
|
||||
<span class ="txt1">Cheat Sheet<br>
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,105 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<title>SVN Readme</title>
|
||||
<meta name="generator" content="Virtual Mechanics SiteSpinner V2 291g">
|
||||
<meta http-equiv="imagetoolbar" content="false">
|
||||
|
||||
<style type="text/css">
|
||||
<!--
|
||||
|
||||
a:link {color: #0000ff;}
|
||||
a:visited {color: #800080;}
|
||||
a:active {color: #ff0000;}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
img {
|
||||
border-width: 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
.dfltt {
|
||||
font-family: 'Times New Roman';
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
text-decoration: none;
|
||||
text-align: left;
|
||||
color: #000000;
|
||||
}
|
||||
.lalign {
|
||||
position: relative;
|
||||
text-align: left;
|
||||
}
|
||||
.ralign {
|
||||
position: relative;
|
||||
text-align: right;
|
||||
}
|
||||
.calign {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
}
|
||||
.jalign {
|
||||
position: relative;
|
||||
text-align: justify;
|
||||
}
|
||||
#Oobj20 {
|
||||
position: absolute;
|
||||
font-size: 10px;
|
||||
z-index: 1;
|
||||
text-align: left;
|
||||
left: 1.00em;
|
||||
top: 5.00em;
|
||||
width: 59.00em;
|
||||
height: 10.00em;
|
||||
}
|
||||
.txt0 {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
#Oobj30 {
|
||||
position: absolute;
|
||||
font-size: 10px;
|
||||
z-index: 2;
|
||||
text-align: left;
|
||||
left: 0.00em;
|
||||
top: 0.00em;
|
||||
width: 34.20em;
|
||||
height: 3.10em;
|
||||
}
|
||||
.txt1 {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="Oobj20">
|
||||
<div id="Grtf19" class="dfltt">
|
||||
<span class ="txt0">Windows binaries from <a href="http://alagazam.net/">http://alagazam.net/</a><br>
|
||||
Subversion build 1.6.15 : Zip file (see website for latest versions)<br>
|
||||
<br>
|
||||
Also available on authors sourceforge site.<br>
|
||||
<a href="http://sourceforge.net/projects/win32svn/files/">http://sourceforge.net/projects/win32svn/files/</a><br>
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="Oobj30">
|
||||
<div id="Grtf28" class="dfltt">
|
||||
<span class ="txt1">Subversion Portable Readme<br>
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,106 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<title>SVN reference</title>
|
||||
<meta name="generator" content="Virtual Mechanics SiteSpinner V2 291g">
|
||||
<meta http-equiv="imagetoolbar" content="false">
|
||||
|
||||
<style type="text/css">
|
||||
<!--
|
||||
|
||||
a:link {color: #0000ff;}
|
||||
a:visited {color: #800080;}
|
||||
a:active {color: #ff0000;}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
img {
|
||||
border-width: 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
.dfltt {
|
||||
font-family: 'Times New Roman';
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
text-decoration: none;
|
||||
text-align: left;
|
||||
color: #000000;
|
||||
}
|
||||
.lalign {
|
||||
position: relative;
|
||||
text-align: left;
|
||||
}
|
||||
.ralign {
|
||||
position: relative;
|
||||
text-align: right;
|
||||
}
|
||||
.calign {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
}
|
||||
.jalign {
|
||||
position: relative;
|
||||
text-align: justify;
|
||||
}
|
||||
#Oobj27 {
|
||||
position: absolute;
|
||||
font-size: 10px;
|
||||
z-index: 1;
|
||||
text-align: left;
|
||||
left: 1.00em;
|
||||
top: 4.00em;
|
||||
width: 50.00em;
|
||||
height: 11.90em;
|
||||
}
|
||||
.txt0 {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
#Oobj29 {
|
||||
position: absolute;
|
||||
font-size: 10px;
|
||||
z-index: 2;
|
||||
text-align: left;
|
||||
left: 0.00em;
|
||||
top: 0.00em;
|
||||
width: 34.20em;
|
||||
height: 3.00em;
|
||||
}
|
||||
.txt1 {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="Oobj27">
|
||||
<div id="Grtf25" class="dfltt">
|
||||
<span class ="txt0">Version Control with Subversion<br>
|
||||
<a href="http://svnbook.red-bean.com/en/1.5/index.html">http://svnbook.red-bean.com/en/1.5/index.html</a><br>
|
||||
<br>
|
||||
Article - Dump a SVN repository from a URL<br>
|
||||
<a href="http://pogopixels.com/blog/dumping-a-svn-repository-from-a-remote-url/">http://pogopixels.com/blog/dumping-a-svn-repository-from-a-remote-url/</a><br>
|
||||
<br>
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="Oobj29">
|
||||
<div id="Grtf27" class="dfltt">
|
||||
<span class ="txt1">Subversion References<br>
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,101 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<title>SVN Cheat Sheet</title>
|
||||
<meta name="generator" content="Virtual Mechanics SiteSpinner V2 291g">
|
||||
<meta http-equiv="imagetoolbar" content="false">
|
||||
|
||||
<style type="text/css">
|
||||
<!--
|
||||
|
||||
a:link {color: #0000ff;}
|
||||
a:visited {color: #800080;}
|
||||
a:active {color: #ff0000;}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
img {
|
||||
border-width: 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
.dfltt {
|
||||
font-family: 'Times New Roman';
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
text-decoration: none;
|
||||
text-align: left;
|
||||
color: #000000;
|
||||
}
|
||||
.lalign {
|
||||
position: relative;
|
||||
text-align: left;
|
||||
}
|
||||
.ralign {
|
||||
position: relative;
|
||||
text-align: right;
|
||||
}
|
||||
.calign {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
}
|
||||
.jalign {
|
||||
position: relative;
|
||||
text-align: justify;
|
||||
}
|
||||
#Oobj23 {
|
||||
position: absolute;
|
||||
font-size: 10px;
|
||||
z-index: 1;
|
||||
text-align: left;
|
||||
left: 1.00em;
|
||||
top: 4.00em;
|
||||
width: 6.00em;
|
||||
height: 2.40em;
|
||||
}
|
||||
.txt0 {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
#Oobj31 {
|
||||
position: absolute;
|
||||
font-size: 10px;
|
||||
z-index: 2;
|
||||
text-align: left;
|
||||
left: 0.00em;
|
||||
top: 0.00em;
|
||||
width: 34.20em;
|
||||
height: 3.10em;
|
||||
}
|
||||
.txt1 {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="Oobj23">
|
||||
<div id="Grtf21" class="dfltt">
|
||||
<span class ="txt0">Todo..<br>
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="Oobj31">
|
||||
<div id="Grtf29" class="dfltt">
|
||||
<span class ="txt1">Cheat Sheet<br>
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,105 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<title>SVN Readme</title>
|
||||
<meta name="generator" content="Virtual Mechanics SiteSpinner V2 291g">
|
||||
<meta http-equiv="imagetoolbar" content="false">
|
||||
|
||||
<style type="text/css">
|
||||
<!--
|
||||
|
||||
a:link {color: #0000ff;}
|
||||
a:visited {color: #800080;}
|
||||
a:active {color: #ff0000;}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
img {
|
||||
border-width: 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
.dfltt {
|
||||
font-family: 'Times New Roman';
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
text-decoration: none;
|
||||
text-align: left;
|
||||
color: #000000;
|
||||
}
|
||||
.lalign {
|
||||
position: relative;
|
||||
text-align: left;
|
||||
}
|
||||
.ralign {
|
||||
position: relative;
|
||||
text-align: right;
|
||||
}
|
||||
.calign {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
}
|
||||
.jalign {
|
||||
position: relative;
|
||||
text-align: justify;
|
||||
}
|
||||
#Oobj20 {
|
||||
position: absolute;
|
||||
font-size: 10px;
|
||||
z-index: 1;
|
||||
text-align: left;
|
||||
left: 1.00em;
|
||||
top: 5.00em;
|
||||
width: 59.00em;
|
||||
height: 10.00em;
|
||||
}
|
||||
.txt0 {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
#Oobj30 {
|
||||
position: absolute;
|
||||
font-size: 10px;
|
||||
z-index: 2;
|
||||
text-align: left;
|
||||
left: 0.00em;
|
||||
top: 0.00em;
|
||||
width: 34.20em;
|
||||
height: 3.10em;
|
||||
}
|
||||
.txt1 {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="Oobj20">
|
||||
<div id="Grtf19" class="dfltt">
|
||||
<span class ="txt0">Windows binaries from <a href="http://alagazam.net/">http://alagazam.net/</a><br>
|
||||
Subversion build 1.6.15 : Zip file (see website for latest versions)<br>
|
||||
<br>
|
||||
Also available on authors sourceforge site.<br>
|
||||
<a href="http://sourceforge.net/projects/win32svn/files/">http://sourceforge.net/projects/win32svn/files/</a><br>
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="Oobj30">
|
||||
<div id="Grtf28" class="dfltt">
|
||||
<span class ="txt1">Subversion Portable Readme<br>
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,106 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<title>SVN reference</title>
|
||||
<meta name="generator" content="Virtual Mechanics SiteSpinner V2 291g">
|
||||
<meta http-equiv="imagetoolbar" content="false">
|
||||
|
||||
<style type="text/css">
|
||||
<!--
|
||||
|
||||
a:link {color: #0000ff;}
|
||||
a:visited {color: #800080;}
|
||||
a:active {color: #ff0000;}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
img {
|
||||
border-width: 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
.dfltt {
|
||||
font-family: 'Times New Roman';
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
text-decoration: none;
|
||||
text-align: left;
|
||||
color: #000000;
|
||||
}
|
||||
.lalign {
|
||||
position: relative;
|
||||
text-align: left;
|
||||
}
|
||||
.ralign {
|
||||
position: relative;
|
||||
text-align: right;
|
||||
}
|
||||
.calign {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
}
|
||||
.jalign {
|
||||
position: relative;
|
||||
text-align: justify;
|
||||
}
|
||||
#Oobj27 {
|
||||
position: absolute;
|
||||
font-size: 10px;
|
||||
z-index: 1;
|
||||
text-align: left;
|
||||
left: 1.00em;
|
||||
top: 4.00em;
|
||||
width: 50.00em;
|
||||
height: 11.90em;
|
||||
}
|
||||
.txt0 {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
}
|
||||
#Oobj29 {
|
||||
position: absolute;
|
||||
font-size: 10px;
|
||||
z-index: 2;
|
||||
text-align: left;
|
||||
left: 0.00em;
|
||||
top: 0.00em;
|
||||
width: 34.20em;
|
||||
height: 3.00em;
|
||||
}
|
||||
.txt1 {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="Oobj27">
|
||||
<div id="Grtf25" class="dfltt">
|
||||
<span class ="txt0">Version Control with Subversion<br>
|
||||
<a href="http://svnbook.red-bean.com/en/1.5/index.html">http://svnbook.red-bean.com/en/1.5/index.html</a><br>
|
||||
<br>
|
||||
Article - Dump a SVN repository from a URL<br>
|
||||
<a href="http://pogopixels.com/blog/dumping-a-svn-repository-from-a-remote-url/">http://pogopixels.com/blog/dumping-a-svn-repository-from-a-remote-url/</a><br>
|
||||
<br>
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
<div id="Oobj29">
|
||||
<div id="Grtf27" class="dfltt">
|
||||
<span class ="txt1">Subversion References<br>
|
||||
</span></div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue